Remove less

This commit is contained in:
Paulo Gustavo Veiga
2022-01-10 21:13:06 -08:00
parent a6b6d67277
commit 7f8b9a8121
12 changed files with 13 additions and 40 deletions

View File

@@ -1,9 +1,9 @@
@import "compatibility.less";
@import "compatibility.css";
/********************************************************************************/
/* Header & Toolbar Styles */
/********************************************************************************/
@import "header.less";
@import "header.css";
@import "../bootstrap/css/bootstrap.min.css";
body {
@@ -18,7 +18,7 @@ body {
div#mindplot {
position: relative;
top: @header-toolbar-height;
top: 50px;
left: 0;
width: 100%;
height: 100%;

View File

@@ -1,4 +1,4 @@
@import "compatibility.less";
@import "compatibility.css";
div#errorContainer {
font-family:Helvetica;

View File

@@ -1,8 +1,7 @@
@header-toolbar-height : 50px;
@import "toolbar.css";
div#header {
width: 100%;
height:@header-toolbar-height;
height:50px;
position: absolute;
top: 0;
z-index:1000;
@@ -69,4 +68,3 @@ div#toolbarRight {
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@import "toolbar.less";

View File

@@ -1 +0,0 @@
@header-toolbar-height: 50px;

View File

@@ -3,13 +3,12 @@ div#toolbar {
height: 50px;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
// TODO: make toolbar responsive
min-width: 900px;
overflow: hidden;
}
div#toolbar .buttonContainer {
height: @header-toolbar-height;
height: 50px;
padding-top: 8px;
padding-right: 10px;
padding-left: 10px;
@@ -54,17 +53,14 @@ div#toolbar .buttonOn:hover {
div#toolbar .buttonOn:hover {
cursor: pointer;
opacity: 1;
// background: url(../images/btn-bg-hover.png) no-repeat center top;
}
div#toolbar .buttonOn {
opacity: 0.8;
// background: url(../images/btn-bg-normal.png) no-repeat center top;
}
div#toolbar .buttonOff {
opacity: 0.4;
// background: url(../images/btn-bg-normal.png) no-repeat center top;
}
div#exportAnchor {
@@ -92,24 +88,19 @@ div#toolbar .buttonExtOn:hover {
div#toolbar .buttonExtOn:hover {
opacity: 1;
// background: url(../images/btne-bg-hover.png) no-repeat center top;
}
div#toolbar .buttonExtActive {
opacity: 1;
// background: url(../images/btne-bg-selected.png) no-repeat center top;
}
div#toolbar .buttonExtOn {
opacity: 0.8;
cursor: pointer
// background: url(../images/btne-bg-normal.png) no-repeat center top;
}
div#toolbar .buttonExtOff {
opacity: 0.4;
// background: url(../images/btne-bg-normal.png) no-repeat center top;
}
div#exportAnchor {

View File

@@ -1,4 +1,4 @@
@import "editor.less";
@import "editor.css";
/* Overwrite some styles */
body{