mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-20 06:38:40 +00:00
59 lines
831 B
CSS
59 lines
831 B
CSS
.ok {
|
|
color: #5cff56; }
|
|
|
|
.warning {
|
|
color: #ff4b41; }
|
|
|
|
.favorite {
|
|
color: #d16059; }
|
|
|
|
.green {
|
|
background: #61BD6D; }
|
|
|
|
.red {
|
|
background: #D14841; }
|
|
|
|
.blue {
|
|
background: #2C82C9; }
|
|
|
|
.orange {
|
|
background: #FBA026; }
|
|
|
|
.lightblue {
|
|
background: #54ACD2; }
|
|
|
|
.yellow {
|
|
background: #FAC51C; }
|
|
|
|
.purple {
|
|
background: #553982; }
|
|
|
|
.pink {
|
|
background: #ffa6e3; }
|
|
|
|
.grey {
|
|
background: #dcdcdc; }
|
|
|
|
.darkred {
|
|
background: #B8312F; }
|
|
|
|
.darkgreen {
|
|
background: #41A85F; }
|
|
|
|
.darkblue {
|
|
background: #2969B0; }
|
|
|
|
.ipt-wrap {
|
|
display: table;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box; }
|
|
.ipt-wrap .ipt-first {
|
|
width: 100%;
|
|
display: table-cell; }
|
|
.ipt-wrap .ipt-second {
|
|
padding-left: 5px;
|
|
display: table-cell; }
|
|
|
|
/*# sourceMappingURL=layout.css.map */
|