1
0
Fork 0
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:
Umang G. Patel 2022-09-06 00:22:35 +05:30
parent 82af94b1e5
commit cb1ce28211

View file

@ -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;
}
}