update table box

This commit is contained in:
Aung Myo
2018-02-06 10:30:16 +06:30
parent 85020d91bf
commit 5543b64b27
2 changed files with 103 additions and 21 deletions

View File

@@ -178,4 +178,32 @@ section.content{
i.logout_icon{
position: relative;
top: 5px;
}
}
.text-white{
color: #fff;
}
/* Colors */
.purple {
background-color:#7a62d3;
}
.orange{
background-color:#FF7F50;
}
.red {
background-color:#F44336;
}
.green{
background-color: #009900;
}
.orange{
background-color: #FF8C00;
}
.blue{
background-color: blue;
}