Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin
/
public
/
src
/
sass
/
themes
/
vertical-dark-menu-template
/
Filename :
_theme.scss
back
Copy
// Variables @import "variables"; //Materialize custom variable file @import "../../components/variables"; //Materialize variable file @import "../../theme-components/theme-variables"; //Theme variable file @import "theme-variables"; //Theme custom variable file // Typography // Google Fonts @import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,600); // Font Variables $title: 'Muli', sans-serif; $content: 'Muli', sans-serif; //Theme custom scss .vertical-dark-menu{ .app-page{ #main { min-height: calc(100% - 116px); } } .navbar{ .header-search-wrapper-focus{ .search-list{ border: 1px solid color("grey","base"); } } } }