add module setting text-decoration
This commit is contained in:
parent
8a896277bf
commit
ec1b23d67a
7 changed files with 124 additions and 42 deletions
|
|
@ -1,35 +0,0 @@
|
|||
// .settings__container {
|
||||
// margin: var(--space-m) 0;
|
||||
|
||||
// h2 {
|
||||
// margin-bottom: var(--space);
|
||||
|
||||
// font-weight: 600;
|
||||
// font-size: 1.4rem;
|
||||
|
||||
// border-bottom: 1px solid var(--color-200);
|
||||
// color: var(--color-800);
|
||||
// }
|
||||
|
||||
// .infos {
|
||||
// font-size: 0.8rem;
|
||||
// color: var(--color-interface-400);
|
||||
// }
|
||||
// }
|
||||
|
||||
// .setting__section:not(:last-child) {
|
||||
// border-bottom: 1px solid var(--color-interface-100);
|
||||
// }
|
||||
|
||||
// .setting__section {
|
||||
// padding: var(--space-s) 0;
|
||||
|
||||
// h3 {
|
||||
// margin-top: calc(var(--space-xs) * 1.5);
|
||||
// margin-bottom: calc(var(--space-xs) * 2);
|
||||
// // color: var(--color-600);
|
||||
// font-size: 1rem;
|
||||
// font-weight: 600;
|
||||
// color: red;
|
||||
// }
|
||||
// }
|
||||
|
|
@ -54,8 +54,12 @@
|
|||
|
||||
}
|
||||
|
||||
.setting__section[data-setting="textDecoration"],
|
||||
.setting__section[data-setting="border"] {
|
||||
.field-border__option{
|
||||
.setting__body{
|
||||
padding-top: 4px;
|
||||
}
|
||||
.field__option{
|
||||
display: grid;
|
||||
width: 100%;
|
||||
grid-template-columns: 9ch minmax(0, 1fr);
|
||||
|
|
|
|||
|
|
@ -780,7 +780,12 @@ input[type=number] {
|
|||
margin-bottom: var(--space-xs);
|
||||
}
|
||||
|
||||
.setting__section[data-setting=border] .field-border__option {
|
||||
.setting__section[data-setting=textDecoration] .setting__body,
|
||||
.setting__section[data-setting=border] .setting__body {
|
||||
padding-top: 4px;
|
||||
}
|
||||
.setting__section[data-setting=textDecoration] .field__option,
|
||||
.setting__section[data-setting=border] .field__option {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
grid-template-columns: 9ch minmax(0, 1fr);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue