mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Lekkie zmiany w wyglądzie statusu
This commit is contained in:
+3
-1
@@ -123,10 +123,12 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
padding: 0.3em 0.7em;
|
|
||||||
border-radius: 1.3rem;
|
border-radius: 1.3rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
font-size: .95em;
|
||||||
|
padding: 0.25em 0.4em;
|
||||||
|
|
||||||
background-color: #00be19;
|
background-color: #00be19;
|
||||||
|
|
||||||
&.free {
|
&.free {
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ export default Vue.extend({
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|
||||||
font-size: calc(0.7rem + 0.2vw);
|
font-size: calc(0.7rem + 0.3vw);
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
|||||||
@@ -282,6 +282,7 @@ export default class StationCard extends Vue {
|
|||||||
&-level {
|
&-level {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
margin-right: .3em;
|
||||||
|
|
||||||
max-width: 2em;
|
max-width: 2em;
|
||||||
|
|
||||||
@@ -347,6 +348,8 @@ export default class StationCard extends Vue {
|
|||||||
|
|
||||||
&.borderless {
|
&.borderless {
|
||||||
border: none;
|
border: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user