Czapka świąteczna w logo

This commit is contained in:
2021-12-15 14:07:49 +01:00
parent 1009f41e97
commit 28fb38ae65
3 changed files with 76 additions and 43 deletions
+26 -2
View File
@@ -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;
}