Dodano sygnalizator do pokazywania statusu danych

This commit is contained in:
2022-02-09 15:41:00 +01:00
parent f8a82df23f
commit c0e37310ee
7 changed files with 315 additions and 32 deletions
+15 -2
View File
@@ -75,21 +75,34 @@
// HEADER
.app_header {
display: flex;
justify-content: center;
position: relative;
background: $primaryCol;
padding: 0.5em 0.3em 0 0.3em;
border-radius: 0 0 1em 1em;
display: flex;
justify-content: center;
.signal-status-indicator {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(11.6em);
width: 1.2em;
}
}
.train-logo {
position: relative;
}
.header {
&_brand {
position: relative;
width: 100%;