mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
62 lines
912 B
CSS
62 lines
912 B
CSS
.ok {
|
|
color: #5cff56; }
|
|
|
|
.warning {
|
|
color: #ff4b41; }
|
|
|
|
.favorite {
|
|
color: #d16059; }
|
|
|
|
.green {
|
|
background: #42bd41; }
|
|
|
|
.red {
|
|
background: #d01715; }
|
|
|
|
.blue {
|
|
background: #5778fd; }
|
|
|
|
.orange {
|
|
background: #FBA026; }
|
|
|
|
.lightblue {
|
|
background: #03a9f5; }
|
|
|
|
.yellow {
|
|
background: #ffeb3c; }
|
|
|
|
.purple {
|
|
background: #673bb7; }
|
|
|
|
.pink {
|
|
background: #ffa6e3; }
|
|
|
|
.grey {
|
|
background: #dcdcdc; }
|
|
|
|
.darkred {
|
|
background: #B8312F; }
|
|
|
|
.darkgreen {
|
|
background: #009788; }
|
|
|
|
.darkblue {
|
|
background: #3f51b5; }
|
|
|
|
.ipt-wrap {
|
|
display: table;
|
|
vertical-align: top;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box; }
|
|
.ipt-wrap .ipt-first {
|
|
width: 100%;
|
|
display: table-cell;
|
|
vertical-align: inherit; }
|
|
.ipt-wrap .ipt-second {
|
|
padding-left: 5px;
|
|
display: table-cell;
|
|
vertical-align: inherit; }
|
|
|
|
/*# sourceMappingURL=layout.css.map */
|