mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 23:45:25 +02:00
Update paddings
This commit is contained in:
parent
6df791be1f
commit
2759714626
1 changed files with 16 additions and 7 deletions
|
@ -35,8 +35,6 @@
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
&--default {
|
||||
--height: 40px;
|
||||
}
|
||||
|
@ -45,11 +43,6 @@
|
|||
--height: 32px;
|
||||
}
|
||||
|
||||
|
||||
&--small&--with-label {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
&--primary {
|
||||
background: var(--color-button-primary);
|
||||
|
||||
|
@ -90,7 +83,23 @@
|
|||
padding-left: 8px;
|
||||
}
|
||||
|
||||
&--with-icon:not(&--with-label) {
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
&--small&--with-icon&--with-label {
|
||||
padding-left: 6px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
&--small&--with-icon:not(&--with-label) {
|
||||
padding-right: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
&--small&--with-label:not(&--with-icon) {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue