mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Redesign page search input area
+ redefine global search input colors + redesign settings page + move settings text to a strings module + add title and description to now playing settings
This commit is contained in:
committed by
Mungai Njoroge
parent
460695fd87
commit
62b9aa7a3e
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.circular {
|
||||
border-radius: 50%;
|
||||
border-radius: 10rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
@@ -82,12 +82,13 @@ button {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-image: linear-gradient(70deg, $darkestblue, $darkblue);
|
||||
background-image: linear-gradient($darkestblue, $darkblue);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.btn-active {
|
||||
background-image: linear-gradient(70deg, $darkestblue, $darkblue);
|
||||
background-image: linear-gradient($darkestblue, $darkblue);
|
||||
}
|
||||
|
||||
.btn-more {
|
||||
|
||||
Reference in New Issue
Block a user