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 {
|
body {
|
||||||
background-color: #EBEBEB;
|
background-color: #EBEBEB;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
|
@ -56,4 +56,3 @@ html {
|
|||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
@import "../_global/header.css";
|
@import "../_global/header.css";
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -16,7 +16,7 @@ html {
|
|||||||
height: 40%;
|
height: 40%;
|
||||||
background-color: #EBEBEB;
|
background-color: #EBEBEB;
|
||||||
display: flex;
|
display: flex;
|
||||||
;
|
;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
@import "_global/header.css";
|
@import "_global/header.css";
|
||||||
@import "event.css";
|
@import "event.css";
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
@import "../_global/header.css";
|
@import "../_global/header.css";
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user