mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Stylistyka komponentów statystyk
This commit is contained in:
@@ -59,6 +59,11 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 0.5em;
|
||||
|
||||
position: relative;
|
||||
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.btn--load-data {
|
||||
|
||||
@@ -3,14 +3,15 @@
|
||||
|
||||
.stats-tab {
|
||||
background-color: #1a1a1a;
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
border: 1px solid #ffc014;
|
||||
|
||||
min-height: 100px;
|
||||
padding: 1em;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
|
||||
border-radius: 0 0 1em 1em;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.info-stats {
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
@import 'variables.scss';
|
||||
@import 'search_box.scss';
|
||||
|
||||
.filters-options {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h1.option-title {
|
||||
position: relative;
|
||||
font-size: 1.1em;
|
||||
@@ -42,22 +46,16 @@ h1.option-title {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.filters-options {
|
||||
position: relative;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.options_wrapper {
|
||||
position: absolute;
|
||||
|
||||
background-color: $bgCol;
|
||||
box-shadow: 0 5px 10px 2px #0f0f0f;
|
||||
|
||||
width: 100%;
|
||||
width: 97%;
|
||||
max-width: 500px;
|
||||
|
||||
padding: 1em;
|
||||
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user