0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 11:08:10 +00:00

themes when i coudl change them

This commit is contained in:
Víctor Losada Hernández
2026-02-25 18:49:26 +01:00
parent c096014871
commit 543b64ccd2
4 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
@import '@sharedStyles/animations.less';
@import '@sharedStyles/colors.less';
@import '@sharedStyles/tooltip.less';
@import './themes/fonts/iconFonts/fontAwesome.less';
@import '@themes/fonts/iconFonts/fontAwesome.less';
html,body, #reactContainer, .naturalCrit { min-height : 100%; }

View File

@@ -5,10 +5,10 @@
@import (less) 'codemirror/addon/hint/show-hint.css';
//Icon fonts included so they can appear in emoji autosuggest dropdown
@import (less) './themes/fonts/iconFonts/diceFont.less';
@import (less) './themes/fonts/iconFonts/elderberryInn.less';
@import (less) './themes/fonts/iconFonts/gameIcons.less';
@import (less) './themes/fonts/iconFonts/fontAwesome.less';
@import (less) '@themes/fonts/iconFonts/diceFont.less';
@import (less) '@themes/fonts/iconFonts/elderberryInn.less';
@import (less) '@themes/fonts/iconFonts/gameIcons.less';
@import (less) '@themes/fonts/iconFonts/fontAwesome.less';
@keyframes sourceMoveAnimation {
50% { color : white;background-color : red;}

View File

@@ -1,5 +1,5 @@
@import '@sharedStyles/core.less';
@import './themes/codeMirror/customEditorStyles.less';
@import '@themes/codeMirror/customEditorStyles.less';
.editor {
position : relative;

View File

@@ -1,6 +1,6 @@
@import '@sharedStyles/core.less';
@import (less) './client/icons/customIcons.less';
@import (less) '././././themes/fonts/5e/fonts.less';
@import (less) './././@themes/fonts/5e/fonts.less';
.snippetBar {
@menuHeight : 25px;