mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
20 lines
444 B
CSS
20 lines
444 B
CSS
/* Rounded buttons */
|
|
.navMenuOption,
|
|
.navMenuOption:hover,
|
|
.navMenuOption-selected {
|
|
border-radius: 100px !important;
|
|
width: 85% !important;
|
|
margin: auto !important;
|
|
|
|
/* Modify button height (optional)
|
|
height: 45px !important;
|
|
*/
|
|
}
|
|
|
|
/* Center content vertically and shift to the left */
|
|
.navMenuOptionIcon,
|
|
.navMenuOptionText {
|
|
position: inherit !important;
|
|
left: -7% !important;
|
|
margin-top: 0 !important;
|
|
} |