Merge remote-tracking branch 'origin/master'
# Conflicts: # frontend/panel_organizatora/style.css # frontend/style.css # frontend/zalogowany_organizator/style.css
This commit is contained in:
commit
c7b7a78cc9
@ -3,6 +3,7 @@
|
||||
|
||||
body {
|
||||
background-color: #EBEBEB;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.form {
|
||||
|
@ -56,4 +56,3 @@ html {
|
||||
padding: 5px 15px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
@import "../_global/header.css";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -16,7 +16,7 @@ html {
|
||||
height: 40%;
|
||||
background-color: #EBEBEB;
|
||||
display: flex;
|
||||
;
|
||||
;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
@ -1,6 +1,10 @@
|
||||
@import "_global/header.css";
|
||||
@import "event.css";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -1,5 +1,10 @@
|
||||
@import "../_global/header.css";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user