_card.scss
5 years ago
_custom-tooltip.scss
3 years ago
_demo-site-templates.scss
5 years ago
_docnotice.scss
2 years ago
_editor-selector.scss
2 years ago
_editor-tabs.scss
4 years ago
_feedback.scss
2 years ago
_general.scss
3 years ago
_header.scss
3 years ago
_import-modal.scss
3 years ago
_library.scss
2 years ago
_license.scss
3 years ago
_media-queries.scss
4 years ago
_mock.scss
5 years ago
_new-tc-notice.scss
1 year ago
_notification.scss
4 years ago
_preview.scss
5 years ago
_search.scss
4 years ago
_settings.scss
2 years ago
_starter-site-card.scss
4 years ago
_stepper.scss
3 years ago
_sticky-nav.scss
5 years ago
_vars.scss
5 years ago
_license.scss
24 lines
| 1 | .ob .ob-head .header-container .header-nav { |
| 2 | .license { |
| 3 | position: absolute; |
| 4 | max-width: 350px; |
| 5 | top: 75px; |
| 6 | right: 0; |
| 7 | |
| 8 | .components-button { |
| 9 | width: 100%; |
| 10 | margin: 0; |
| 11 | margin-bottom: 0px; |
| 12 | text-align: center; |
| 13 | justify-content: center; |
| 14 | color: #fff; |
| 15 | font-weight: normal; |
| 16 | font-size: 14px; |
| 17 | margin-bottom: 12px; |
| 18 | } |
| 19 | |
| 20 | .dashicon.verified { |
| 21 | color: green; |
| 22 | } |
| 23 | } |
| 24 | } |