header-tabs.scss
1 year ago
header.scss
1 year ago
post-type-list.scss
1 week ago
radio-switch.scss
1 year ago
spinner.scss
1 year ago
switch.scss
1 year ago
tab-card.scss
1 year ago
header.scss
25 lines
| 1 | .#{$namespace}-header { |
| 2 | margin: -10px -20px auto !important; |
| 3 | |
| 4 | ##{$namespace}-header-links { |
| 5 | @apply flex items-center justify-center; |
| 6 | } |
| 7 | |
| 8 | .#{$namespace}-icon-help { |
| 9 | @apply ml-1.5 px-1 border-0 bg-transparent text-neutral-400; |
| 10 | |
| 11 | &:focus, |
| 12 | &:hover { |
| 13 | @apply bg-transparent text-primary; |
| 14 | } |
| 15 | |
| 16 | i { |
| 17 | @apply text-3xl leading-none; |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | .#{$namespace}-upgrade { |
| 22 | @apply flex items-center gap-x-2; |
| 23 | } |
| 24 | } |
| 25 |