mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Zmiana w działaniu filtrów
This commit is contained in:
@@ -188,11 +188,6 @@ export default Vue.extend({
|
||||
@import "../../styles/variables.scss";
|
||||
@import "../../styles/responsive.scss";
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.hour {
|
||||
padding: 0.4em;
|
||||
border-radius: 1rem;
|
||||
@@ -247,17 +242,18 @@ ul {
|
||||
}
|
||||
|
||||
display: block;
|
||||
|
||||
white-space: nowrap;
|
||||
border-collapse: collapse;
|
||||
|
||||
font-size: calc(0.6rem + 0.4vw);
|
||||
cursor: pointer;
|
||||
|
||||
@include smallScreen() {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
thead th {
|
||||
padding: 0.8rem;
|
||||
padding: 0.2rem;
|
||||
background-color: #444;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
tr {
|
||||
@@ -284,6 +280,8 @@ ul {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
@include smallScreen() {
|
||||
margin: 0;
|
||||
padding: 0.1rem 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user