mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
style: format SCSS code for improved readability
This commit is contained in:
@@ -130,9 +130,9 @@ h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.customcss textarea {
|
.customcss textarea {
|
||||||
font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
|
font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
|
||||||
'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco,
|
'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
|
||||||
'Courier New', Courier, monospace !important;
|
'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preferences {
|
.preferences {
|
||||||
|
|||||||
@@ -114,7 +114,9 @@
|
|||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.2s ease, color 0.2s ease;
|
transition:
|
||||||
|
opacity 0.2s ease,
|
||||||
|
color 0.2s ease;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -319,7 +321,10 @@ button.quicklinks {
|
|||||||
gap: 12px;
|
gap: 12px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: box-shadow 0.15s ease, transform 0.12s ease, opacity 0.12s ease;
|
transition:
|
||||||
|
box-shadow 0.15s ease,
|
||||||
|
transform 0.12s ease,
|
||||||
|
opacity 0.12s ease;
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -353,7 +358,9 @@ button.quicklinks {
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
transition: background 0.12s ease, color 0.12s ease;
|
transition:
|
||||||
|
background 0.12s ease,
|
||||||
|
color 0.12s ease;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
@@ -431,7 +438,9 @@ button.quicklinks {
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
transition: opacity 0.2s ease, color 0.2s ease;
|
transition:
|
||||||
|
opacity 0.2s ease,
|
||||||
|
color 0.2s ease;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
@@ -557,7 +566,6 @@ button.quicklinks {
|
|||||||
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5) !important;
|
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5) !important;
|
||||||
cursor: grabbing !important;
|
cursor: grabbing !important;
|
||||||
|
|
||||||
|
|
||||||
&.quicklink-item {
|
&.quicklink-item {
|
||||||
background: rgba(255, 255, 255, 0.1) !important;
|
background: rgba(255, 255, 255, 0.1) !important;
|
||||||
border-color: rgba(255, 255, 255, 0.2) !important;
|
border-color: rgba(255, 255, 255, 0.2) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user