mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Czapka świąteczna w logo
This commit is contained in:
+26
-2
@@ -62,15 +62,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Error icon
|
||||
.wip-alert {
|
||||
padding: 0 0.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icon-error {
|
||||
width: 13em;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
// HEADER
|
||||
.app_header {
|
||||
background: $primaryCol;
|
||||
padding: 0.15em;
|
||||
padding: 0.5em 0.3em 0 0.3em;
|
||||
|
||||
border-radius: 0 0 1em 1em;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
.train-logo {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
.logo-cap {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
transform: translateX(0.22em);
|
||||
width: 0.7em;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -81,7 +105,7 @@
|
||||
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
.logo-image {
|
||||
width: 0.8em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user