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