mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 15:05:26 +02:00
border adjusted
This commit is contained in:
parent
82af94b1e5
commit
cb1ce28211
1 changed files with 5 additions and 5 deletions
|
@ -69,7 +69,7 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 8px 35px;
|
padding: 8px 35px;
|
||||||
padding-right: 45px;
|
padding-right: 45px;
|
||||||
line-height:21px;
|
line-height: 21px;
|
||||||
|
|
||||||
&-wrapper-mac::after {
|
&-wrapper-mac::after {
|
||||||
color: var(--color-button-secondary);
|
color: var(--color-button-secondary);
|
||||||
|
@ -151,9 +151,9 @@
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
||||||
@apply --squircle;
|
@apply --squircle;
|
||||||
|
border: 2px solid transparent;
|
||||||
&--selected
|
|
||||||
{
|
&--selected {
|
||||||
border: 2px solid rgba(147, 166, 233, 0.5);
|
border: 2px solid rgba(147, 166, 233, 0.5);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
display: block;
|
display: block;
|
||||||
&--hidden {
|
&--hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue