Selection of cells in the table: create common.scss file outside themes. Move styles to scss
Signed-off-by: Iakov Ogryzkov <justjacob951@gmail.com>
This commit is contained in:
parent
c379216d72
commit
9b2caa3758
1
public/themes/.gitignore
vendored
1
public/themes/.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
!/pmahomme/
|
||||
!/metro/
|
||||
!/bootstrap/
|
||||
!/common.scss
|
||||
@ -1,5 +1,6 @@
|
||||
@import "variables";
|
||||
@import "bootstrap";
|
||||
@import "../../common";
|
||||
@import "common";
|
||||
@import "enum-editor";
|
||||
@import "navigation";
|
||||
|
||||
4
public/themes/common.scss
Normal file
4
public/themes/common.scss
Normal file
@ -0,0 +1,4 @@
|
||||
table tr .cell-selected {
|
||||
background-color: #d0e4f7;
|
||||
outline: 1px solid #7facd6;
|
||||
}
|
||||
@ -2,6 +2,7 @@
|
||||
@import "variables";
|
||||
@import "../../bootstrap/scss/bootstrap";
|
||||
@import "root";
|
||||
@import "../../common";
|
||||
@import "common";
|
||||
@import "enum-editor";
|
||||
@import "navigation";
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
@import "variables";
|
||||
@import "../../bootstrap/scss/bootstrap";
|
||||
@import "../../common";
|
||||
@import "common";
|
||||
@import "../../pmahomme/scss/enum-editor";
|
||||
@import "navigation";
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
@import "variables";
|
||||
@import "../../bootstrap/scss/bootstrap";
|
||||
@import "../../common";
|
||||
@import "common";
|
||||
@import "enum-editor";
|
||||
@import "navigation";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user