mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-13 16:43:22 +00:00
17 lines
348 B
SCSS
17 lines
348 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/ml-stack-nav/src/ml-stack-nav',
|
|
'../../node_modules/rancher-website-theme/assets/sass/theme';
|
|
|
|
.modal-content {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|