✨ a lot of changes and new stuff! started using mako
This commit is contained in:
+17
-2
@@ -1,3 +1,6 @@
|
||||
|
||||
$foreground: lighten($color: $foreground, $amount: 5);
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
transition: 120ms linear;
|
||||
@@ -33,14 +36,14 @@ box.button-row {
|
||||
}
|
||||
}
|
||||
|
||||
box.vertical-button-row {
|
||||
box.vertical.button-row {
|
||||
padding: 2px;
|
||||
$bg-color: darken($color: $foreground, $amount: 25);
|
||||
|
||||
& > button {
|
||||
background: rgba($bg-color, .7);
|
||||
border-radius: 2px;
|
||||
margin: 0 1px;
|
||||
margin: 1px 0;
|
||||
|
||||
&:first-child {
|
||||
border-top-left-radius: 8px;
|
||||
@@ -130,3 +133,15 @@ trough highlight {
|
||||
scale {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
& box {
|
||||
margin: 16px;
|
||||
margin-top: 0;
|
||||
border-radius: 12px;
|
||||
border: 1px solid darken($color: $color1, $amount: 1);
|
||||
background: $background;
|
||||
padding: 6px 8px;
|
||||
box-shadow: 0 3px 5px 1px rgba($color: #000000, $alpha: .8);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user