UNPKG

isite

Version:

Create High Level Multi-Language Web Site [Fast and Easy]

71 lines (60 loc) 987 B
.red { color: #F44336 !important; } .green { color: green !important; } .light-green{ color : #86f900 ; } .blue { color: #3f51b5 !important; } .yellow { color: #ffc107 !important; } .black { color: black !important; } .white { color: white !important; } .brown { color: #795548 !important; } .orange{ color: #ff5722 !important; } .gray{ color: #ddd; } .bg-red { background-color: #F44336 !important; } .bg-green { background-color: green !important; } .bg-blue { background-color: #3f51b5 !important; } .bg-yellow { background-color: #ffc107 !important; } .bg-black { background-color: black !important; } .bg-white { background-color: white !important; } .bg-brown { background-color: #795548 !important; } .bg-orange{ background-color: #ff5722 !important; } .bg-gray{ background-color: #ddd; } .bg-none{ background: none; }