0
0
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:
Víctor Losada Hernández
2026-02-25 18:30:44 +01:00
parent 0a6c0a1eae
commit d0265a9978
15 changed files with 19 additions and 19 deletions

View File

@@ -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%; }

View File

@@ -1,4 +1,4 @@
@import '../../../shared/naturalcrit/styles/colors.less'; @import '@sharedStyles/colors.less';
.brewUtil { .brewUtil {
.result { .result {

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/colors.less'; @import '@sharedStyles/colors.less';
.renderWarnings { .renderWarnings {
position : relative; position : relative;

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
.splitPane { .splitPane {
position : relative; position : relative;

View File

@@ -1,4 +1,4 @@
@import 'shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
.brewRenderer { .brewRenderer {
height : 100vh; height : 100vh;

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/colors.less'; @import '@sharedStyles/colors.less';
.errorBar { .errorBar {
position : absolute; position : absolute;

View File

@@ -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 {

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
.userThemeName { .userThemeName {
padding-right : 10px; padding-right : 10px;

View File

@@ -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';

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
.navItem.error { .navItem.error {
position : relative; position : relative;

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
@navbarHeight : 28px; @navbarHeight : 28px;
@viewerToolsHeight : 32px; @viewerToolsHeight : 32px;

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
.brewItem { .brewItem {
position : relative; position : relative;

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/colors.less'; @import '@sharedStyles/colors.less';
.newPage { .newPage {
.navItem.save { .navItem.save {

View File

@@ -1,4 +1,4 @@
@import './shared/naturalcrit/styles/core.less'; @import '@sharedStyles/core.less';
.vaultPage { .vaultPage {
height : 100%; height : 100%;