Add sqlformat support
This commit is contained in:
38
assets/module.css/button_menu_item.module.css
Normal file
38
assets/module.css/button_menu_item.module.css
Normal file
@@ -0,0 +1,38 @@
|
||||
.-buttonReset {
|
||||
color: var(--font-color);
|
||||
border: none;
|
||||
background: inherit;
|
||||
background-color: transparent; /* IE 11 */
|
||||
padding: 0;
|
||||
font: inherit;
|
||||
line-height: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.-menuItemFullButton {
|
||||
composes: -buttonReset;
|
||||
transition: color var(--header-transition);
|
||||
width: 100%;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.container {
|
||||
composes: -menuItemFullButton;
|
||||
|
||||
&:hover {
|
||||
color: var(--header-tint);
|
||||
}
|
||||
}
|
||||
|
||||
.-menuItemTitle {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.name {
|
||||
composes: -menuItemTitle;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin: 0;
|
||||
}
|
||||
4
assets/module.css/menu_aside.module.css
Normal file
4
assets/module.css/menu_aside.module.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.aside {
|
||||
margin: 0.25em 0 0;
|
||||
color: #888;
|
||||
}
|
||||
Reference in New Issue
Block a user