Stylistyka komponentów statystyk

This commit is contained in:
2022-12-20 16:41:42 +01:00
parent be53b9c7fb
commit 6da586d08a
5 changed files with 36 additions and 20 deletions
+5
View File
@@ -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 {
+5 -4
View File
@@ -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 {
+5 -7
View File
@@ -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;
}