We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4201f6 commit eb238d5Copy full SHA for eb238d5
packages/cpt-ui/src/styles/card.scss
@@ -21,8 +21,18 @@
21
&:focus {
22
outline: 3px solid #ffeb3b;
23
outline-offset: 0;
24
- box-shadow: inset 0 -4px 0 0 #212b32;
25
background-color: #ffeb3b;
+ position: relative;
26
+
27
+ &::after {
28
+ content: "";
29
+ position: absolute;
30
+ bottom: -4px;
31
+ left: -4px;
32
+ right: -4px;
33
+ height: 4px;
34
+ background-color: #212b32;
35
+ }
36
37
.eps-card__org-name {
38
text-decoration: none !important;
0 commit comments