mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 08:58:11 +00:00
shared styles to alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import 'shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
.brewRenderer {
|
||||
height : 100vh;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/colors.less';
|
||||
@import '@sharedStyles/colors.less';
|
||||
|
||||
.errorBar {
|
||||
position : absolute;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
@import './themes/codeMirror/customEditorStyles.less';
|
||||
|
||||
.editor {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
.userThemeName {
|
||||
padding-right : 10px;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
@import (less) './client/icons/customIcons.less';
|
||||
@import (less) '././././themes/fonts/5e/fonts.less';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
.homebrew {
|
||||
height : 100%;
|
||||
background-color:@steel;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
.navItem.error {
|
||||
position : relative;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
@navbarHeight : 28px;
|
||||
@viewerToolsHeight : 32px;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
.brewItem {
|
||||
position : relative;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/colors.less';
|
||||
@import '@sharedStyles/colors.less';
|
||||
|
||||
.newPage {
|
||||
.navItem.save {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
.vaultPage {
|
||||
height : 100%;
|
||||
|
||||
Reference in New Issue
Block a user