mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki wyglądu; cleanup kodu
This commit is contained in:
@@ -261,25 +261,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.card {
|
||||
&_btn {
|
||||
button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
padding: 0.5em 1em;
|
||||
border-radius: 0.75em 0.75em 0 0;
|
||||
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 1.3em;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
&_content {
|
||||
display: grid;
|
||||
grid-template-rows: 70px 1fr 100px 50px auto;
|
||||
|
||||
@@ -332,7 +332,7 @@ table {
|
||||
}
|
||||
|
||||
thead tr {
|
||||
background-color: $primaryCol;
|
||||
background-color: $bgCol;
|
||||
}
|
||||
|
||||
thead th {
|
||||
@@ -342,7 +342,7 @@ table {
|
||||
min-width: 75px;
|
||||
|
||||
padding: 0.5em;
|
||||
background-color: $primaryCol;
|
||||
background-color: $bgCol;
|
||||
white-space: pre-wrap;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user