8 lines
153 B
SCSS
8 lines
153 B
SCSS
|
%auth-modal footer button::after {
|
||
|
@extend %with-chevron-right-mask, %as-pseudo;
|
||
|
font-size: 120%;
|
||
|
position: relative;
|
||
|
top: -1px;
|
||
|
left: -3px;
|
||
|
}
|