mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 17:11:14 +01:00
moved module less files out of components and into a separate folder
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@import "./bootstrap/bootstrap";
|
||||
@import "./mixins";
|
||||
@import "./components";
|
||||
|
||||
@import "./general/dashboard";
|
||||
@import "./manage/categories";
|
||||
@@ -12,6 +11,9 @@
|
||||
@import "./extend/plugins";
|
||||
@import "./advanced/database";
|
||||
|
||||
@import "./modules/alerts";
|
||||
@import "./modules/selectable";
|
||||
|
||||
.admin {
|
||||
padding-top: 70px;
|
||||
background: #f0f0f0;
|
||||
|
||||
@@ -33,24 +33,3 @@
|
||||
right:20px;
|
||||
bottom:20px;
|
||||
}
|
||||
|
||||
.selectable {
|
||||
.selector {
|
||||
position: absolute;
|
||||
border: 1px solid #89B;
|
||||
background: #BCE;
|
||||
background-color: #BEC;
|
||||
border-color: #8B9;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.selection {
|
||||
border: 1px solid transparent;
|
||||
margin: 2px;
|
||||
|
||||
&.dropped, &.active {
|
||||
background-color: #ECF1DB;
|
||||
border: 1px dashed #9B8;
|
||||
}
|
||||
}
|
||||
}
|
||||
20
public/less/admin/modules/selectable.less
Normal file
20
public/less/admin/modules/selectable.less
Normal file
@@ -0,0 +1,20 @@
|
||||
.selectable {
|
||||
.selector {
|
||||
position: absolute;
|
||||
border: 1px solid #89B;
|
||||
background: #BCE;
|
||||
background-color: #BEC;
|
||||
border-color: #8B9;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.selection {
|
||||
border: 1px solid transparent;
|
||||
margin: 2px;
|
||||
|
||||
&.dropped, &.active {
|
||||
background-color: #ECF1DB;
|
||||
border: 1px dashed #9B8;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user