mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Update 1.0.4
This commit is contained in:
@@ -49,7 +49,14 @@ button {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
cursor: pointer;;
|
||||
cursor: pointer;
|
||||
|
||||
font-size: 1em;
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
color: $accentColor;
|
||||
}
|
||||
}
|
||||
|
||||
button.btn {
|
||||
@@ -59,9 +66,7 @@ button.btn {
|
||||
border: 2px solid white;
|
||||
outline: none;
|
||||
background: none;
|
||||
color: white;
|
||||
|
||||
font-size: 1em;
|
||||
|
||||
transition: all 250ms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user