mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
7 lines
122 B
SCSS
7 lines
122 B
SCSS
.updates-menu {
|
|
background-color: $bg;
|
|
border: 3px solid $menu-border;
|
|
border-radius: 32px;
|
|
padding: 16px 32px;
|
|
}
|