mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-17 18:37:03 +00:00
19 lines
324 B
SCSS
19 lines
324 B
SCSS
@charset 'UTF-8';
|
|
|
|
// 1. node
|
|
@import
|
|
// These are copied because go sass won't import plain .css files
|
|
'tingle',
|
|
'instantsearch',
|
|
'instantsearch-theme-algolia',
|
|
'izimodal',
|
|
'../../node_modules/rancher-website-theme/assets/sass/theme';
|
|
|
|
.modal-content {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
pre > code {
|
|
padding: 0;
|
|
} |