mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55: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;
|
||||
padding: 8px 35px;
|
||||
padding-right: 45px;
|
||||
line-height:21px;
|
||||
line-height: 21px;
|
||||
|
||||
&-wrapper-mac::after {
|
||||
color: var(--color-button-secondary);
|
||||
|
@ -151,9 +151,9 @@
|
|||
transition-property: background-color;
|
||||
transition-duration: 0.1s;
|
||||
@apply --squircle;
|
||||
|
||||
&--selected
|
||||
{
|
||||
border: 2px solid transparent;
|
||||
|
||||
&--selected {
|
||||
border: 2px solid rgba(147, 166, 233, 0.5);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
@ -177,7 +177,7 @@
|
|||
padding: 1px 0;
|
||||
display: block;
|
||||
&--hidden {
|
||||
display: none !important;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue