mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Visibility .hidden added.
This commit is contained in:
parent
4b480593e2
commit
1a0a8280e7
|
|
@ -207,6 +207,9 @@ pre {
|
||||||
.floatRight {
|
.floatRight {
|
||||||
float: right; }
|
float: right; }
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
.ok {
|
.ok {
|
||||||
color: #5cff56; }
|
color: #5cff56; }
|
||||||
|
|
||||||
|
|
@ -2432,5 +2435,3 @@ table.list td {
|
||||||
-moz-box-shadow: inset 1px 1px 0px 0px #beddf1;
|
-moz-box-shadow: inset 1px 1px 0px 0px #beddf1;
|
||||||
-webkit-box-shadow: inset 1px 1px 0px 0px #beddf1;
|
-webkit-box-shadow: inset 1px 1px 0px 0px #beddf1;
|
||||||
box-shadow: inset 1px 1px 0px 0px #beddf1; }
|
box-shadow: inset 1px 1px 0px 0px #beddf1; }
|
||||||
|
|
||||||
/*# sourceMappingURL=styles.css.map */
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
@import "clean", "mixin", "default", "color", "size", "transformation", "alignment";
|
@import "clean", "mixin", "default", "color", "size", "transformation", "alignment", "visibility";
|
||||||
@import "layout", "text", "tooltip", "spinner", "canvas", "form", "icon", "image", "input", "accordion", "alert", "badge", "blockquote", "breadcrumb", "button", "link", "list", "nav", "note", "pagination", "popup", "progress", "section", "tab", "table", "tag";
|
@import "layout", "text", "tooltip", "spinner", "canvas", "form", "icon", "image", "input", "accordion", "alert", "badge", "blockquote", "breadcrumb", "button", "link", "list", "nav", "note", "pagination", "popup", "progress", "section", "tab", "table", "tag";
|
||||||
@import "media";
|
@import "media";
|
||||||
|
|
|
||||||
3
visibility.scss
Normal file
3
visibility.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user