ags: lot of stuff lmao
This commit is contained in:
+19
-1
@@ -13,7 +13,7 @@
|
||||
@include mixins.reset-props;
|
||||
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
// Style widget groups
|
||||
@@ -194,4 +194,22 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
& > box {
|
||||
border-radius: 12px;
|
||||
transition: 100ms linear;
|
||||
padding: 0 8px;
|
||||
|
||||
& > label {
|
||||
font-size: 14px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
& > box {
|
||||
background: colors.$bg-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user