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,8 +1,8 @@
|
|||||||
@import './shared/naturalcrit/styles/reset.less';
|
@import '@sharedStyles/reset.less';
|
||||||
@import './shared/naturalcrit/styles/elements.less';
|
@import '@sharedStyles/elements.less';
|
||||||
@import './shared/naturalcrit/styles/animations.less';
|
@import '@sharedStyles/animations.less';
|
||||||
@import './shared/naturalcrit/styles/colors.less';
|
@import '@sharedStyles/colors.less';
|
||||||
@import './shared/naturalcrit/styles/tooltip.less';
|
@import '@sharedStyles/tooltip.less';
|
||||||
@import './themes/fonts/iconFonts/fontAwesome.less';
|
@import './themes/fonts/iconFonts/fontAwesome.less';
|
||||||
|
|
||||||
html,body, #reactContainer, .naturalCrit { min-height : 100%; }
|
html,body, #reactContainer, .naturalCrit { min-height : 100%; }
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import '../../../shared/naturalcrit/styles/colors.less';
|
@import '@sharedStyles/colors.less';
|
||||||
|
|
||||||
.brewUtil {
|
.brewUtil {
|
||||||
.result {
|
.result {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/colors.less';
|
@import '@sharedStyles/colors.less';
|
||||||
|
|
||||||
.renderWarnings {
|
.renderWarnings {
|
||||||
position : relative;
|
position : relative;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
.splitPane {
|
.splitPane {
|
||||||
position : relative;
|
position : relative;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import 'shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
.brewRenderer {
|
.brewRenderer {
|
||||||
height : 100vh;
|
height : 100vh;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/colors.less';
|
@import '@sharedStyles/colors.less';
|
||||||
|
|
||||||
.errorBar {
|
.errorBar {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
@import './themes/codeMirror/customEditorStyles.less';
|
@import './themes/codeMirror/customEditorStyles.less';
|
||||||
|
|
||||||
.editor {
|
.editor {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
.userThemeName {
|
.userThemeName {
|
||||||
padding-right : 10px;
|
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) './client/icons/customIcons.less';
|
||||||
@import (less) '././././themes/fonts/5e/fonts.less';
|
@import (less) '././././themes/fonts/5e/fonts.less';
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
.homebrew {
|
.homebrew {
|
||||||
height : 100%;
|
height : 100%;
|
||||||
background-color:@steel;
|
background-color:@steel;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
.navItem.error {
|
.navItem.error {
|
||||||
position : relative;
|
position : relative;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
@navbarHeight : 28px;
|
@navbarHeight : 28px;
|
||||||
@viewerToolsHeight : 32px;
|
@viewerToolsHeight : 32px;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
.brewItem {
|
.brewItem {
|
||||||
position : relative;
|
position : relative;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/colors.less';
|
@import '@sharedStyles/colors.less';
|
||||||
|
|
||||||
.newPage {
|
.newPage {
|
||||||
.navItem.save {
|
.navItem.save {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import './shared/naturalcrit/styles/core.less';
|
@import '@sharedStyles/core.less';
|
||||||
|
|
||||||
.vaultPage {
|
.vaultPage {
|
||||||
height : 100%;
|
height : 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user