WP-tools/eo-import-venues/css/style.css

41 lines
525 B
CSS
Raw Normal View History

/*Colours
#94bbd7
#fcd99c
#f9b53d
#a37429
#005ea0
#ee201c
#45a3a3
#98141B
Textes
--e-global-color-primary: #000000;
--e-global-color-secondary: #54595F;
--e-global-color-text: #7A7A7A;
--e-global-color-accent: #981914;
#566d7d
*/
/* MEDIA START */
@media all and (max-width: 1400px) {
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 992px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 600px) {
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 360px) {
}