feat(nvim): make stylelintplus packages and make them work

This commit is contained in:
matt1432 2023-10-26 16:33:40 -04:00
parent 43cd8574f6
commit d75328ab8b
6 changed files with 94 additions and 20 deletions
hosts/wim/config/ags/scss/widgets

View file

@ -40,6 +40,7 @@
scrollbar, scrollbar * {
all: unset;
}
scrollbar.vertical {
transition: 200ms;
background-color: rgba(23, 23, 23, 0.3);
@ -52,6 +53,7 @@
min-width: .6em;
}
}
slider {
background-color: rgba(238, 238, 238, 0.5);
border-radius: 9px;

View file

@ -2,49 +2,49 @@
background-color: $bg;
color: $fg;
border-radius: 30px;
border-top-right-radius: 0px;
border-top-right-radius: 0;
border: 2px solid $contrastbg;
}
.timebox {
margin: 30px 0px;
margin: 30px 0;
.time-container {
.content {
font-family: Product Sans;
font-weight: bolder;
font-size: 60px;
}
.divider {
margin: 8px 15px;
padding: 0px 1px;
padding: 0 1px;
background: linear-gradient($red, $magenta, $blue, $cyan);
}
}
.date-container {
font-family: Product Sans;
margin-top: 2px;
}
}
.cal-box {
font-family: Product Sans;
border-radius: 30px;
padding: 0 1rem .2rem;
color: $fg;
background-color: $bgfull;
border-bottom: 2px solid $contrastbg;
border-top: 2px solid $contrastbg;
margin: 0px 12px 18px 12px;
margin: 0 12px 18px;
.cal {
font-size: 20px;
background-color: inherit;
padding: .5rem .10rem 0rem;
padding: .5rem .10rem 0;
margin-left: 10px;
border-radius: 30px;
& > * {
border: solid 0px transparent;
border: solid 0 transparent;
}
&.highlight {