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

View file

@ -151,9 +151,9 @@
transition-property: background-color;
transition-duration: 0.1s;
@apply --squircle;
border: 2px solid transparent;
&--selected
{
&--selected {
border: 2px solid rgba(147, 166, 233, 0.5);
border-radius: 8px;
}