react-datatable-report
Version:
React Datatable Report
67 lines (64 loc) • 1.41 kB
CSS
.themeBlue {
display: inline-block;
width: 18px;
height: 18px;
border-width: 1px;
border-style: solid;
border-color: rgb(0,0,0);
border-radius: 50%;
background: #3f51b5;
}
.themeSub1 {
display: inline-block;
width: 18px;
height: 18px;
border-width: 1px;
border-style: solid;
border-color: rgb(0, 0, 0);
border-radius: 50%;
background: #e8f1fb;
}
.themeGreen {
display: inline-block;
width: 18px;
height: 18px;
border-width: 1px;
border-style: solid;
border-color: rgb(0,0,0);
border-radius: 50%;
background: #81c784;
}
.themeSub2 {
display: inline-block;
width: 18px;
height: 18px;
border-width: 1px;
border-style: solid;
border-color: rgb(0, 0, 0);
border-radius: 50%;
background:#c8e6c9;
}
.custom-dropdown-button {
background-color: rgb(194, 194, 199) ;
color: white ;
}
.themeOrange {
display: inline-block;
width: 18px;
height: 18px;
border-width: 1px;
border-style: solid;
border-color: rgb(0,0,0);
border-radius: 50%;
background: #8ACDD7;
}
.themeSub3 {
display: inline-block;
width: 18px;
height: 18px;
border-width: 1px;
border-style: solid;
border-color: rgb(0, 0, 0);
border-radius: 50%;
background:#FFC0D9;
}