d-cent / patterns

Patterns for d-cent UI development
4 stars 3 forks source link

UPDATE alert styles #19

Closed jayapapaya closed 10 years ago

jayapapaya commented 10 years ago

have edited based on classes currently used in DOS ...

@gvilarino

.alert .alert-info{ background: white; font-family:"Comfortaa", sans-serif; color:#48BEC4; font-size: 0.80em; text-align: center; border-color: #48BEC4; border-width:1px; border-radius:8px; border-style: solid; }

.alert .alertwarning{ background: white; font-family:"Comfortaa", sans-serif; color:#FF61E5; font-size: 0.80em; text-align: center; border-color: #FF61E5; border-width:1px; border-radius:8px; border-style: solid; }

.alert .alert-success { background: white; font-family:"Comfortaa", sans-serif; color: #00B259; font-size: 0.80em; text-align: center; border-color: #00D96D; border-width:1px; border-radius:8px; border-style: solid; }

.alert .alert-danger { background: white; font-family:"Comfortaa", sans-serif; color: #FF4000; font-size: 0.80em; text-align: center; border-color: #FF4000; border-width:1px; border-radius:8px; border-style: solid; }

saariokari-xx commented 10 years ago

Updated these to custom.css