mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 21:48:14 +00:00
Dodano changelog; poprawki reaktywności
This commit is contained in:
+7
-4
@@ -77,12 +77,15 @@ button {
|
||||
transition: background-color 100ms;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #505050;
|
||||
button:focus-visible {
|
||||
border: 1px solid gold;
|
||||
}
|
||||
|
||||
button:focus-within {
|
||||
border: 1px solid gold;
|
||||
// Text
|
||||
.text {
|
||||
&--accent {
|
||||
color: gold;
|
||||
}
|
||||
}
|
||||
|
||||
// Card modal
|
||||
|
||||
Reference in New Issue
Block a user