[feature] refactor local settings navigation item
This commit is contained in:
@@ -52,20 +52,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.glitch.local-settings__navigation__item {
|
.glitch.local-settings__navigation__item {
|
||||||
display: block;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
color: inherit;
|
|
||||||
background: lighten($ui-secondary-color, 8%);
|
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px $ui-secondary-color solid;
|
border-bottom: 1px $ui-secondary-color solid;
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: none;
|
|
||||||
outline: none;
|
|
||||||
transition: background 0.3s;
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: start;
|
box-sizing: border-box;
|
||||||
|
color: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
text-align: start;
|
||||||
|
text-decoration: none;
|
||||||
|
background: lighten($ui-secondary-color, 8%);
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background 0.3s;
|
||||||
|
|
||||||
.text-icon-button {
|
.text-icon-button {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user