mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 11:08:10 +00:00
shared styles to alias
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@import './shared/naturalcrit/styles/reset.less';
|
||||
@import './shared/naturalcrit/styles/elements.less';
|
||||
@import './shared/naturalcrit/styles/animations.less';
|
||||
@import './shared/naturalcrit/styles/colors.less';
|
||||
@import './shared/naturalcrit/styles/tooltip.less';
|
||||
@import '@sharedStyles/reset.less';
|
||||
@import '@sharedStyles/elements.less';
|
||||
@import '@sharedStyles/animations.less';
|
||||
@import '@sharedStyles/colors.less';
|
||||
@import '@sharedStyles/tooltip.less';
|
||||
@import './themes/fonts/iconFonts/fontAwesome.less';
|
||||
|
||||
html,body, #reactContainer, .naturalCrit { min-height : 100%; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import '../../../shared/naturalcrit/styles/colors.less';
|
||||
@import '@sharedStyles/colors.less';
|
||||
|
||||
.brewUtil {
|
||||
.result {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/colors.less';
|
||||
@import '@sharedStyles/colors.less';
|
||||
|
||||
.renderWarnings {
|
||||
position : relative;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
@import '@sharedStyles/core.less';
|
||||
|
||||
.splitPane {
|
||||
position : relative;
|
||||
|
||||
@@ -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