split css with hover in a separate file. Common file for loading action. New grunt mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 16:07:43 -03:00
commit d2c4172686
15 changed files with 273 additions and 333 deletions

View file

@ -6,6 +6,10 @@
@media (max-width: 1024px) {
.loading-screen {
background-color: #2C3E50;
}
.logo-setup {
margin: 0 0 1rem 0;
}
@ -205,10 +209,6 @@
margin-bottom: 50px;
}
ul.off-canvas-list li a:hover {
background: transparent;
}
.label {
font-size: 80%;
padding: 0.15rem 0.2rem;
@ -234,6 +234,17 @@
.move-left .exit-off-canvas {
box-shadow: none;
}
/* Remove all vendors hover */
ul.off-canvas-list li a:hover {
background: none;
}
.side-nav li a:not(.button) {
padding: 0;
}
}
@media (max-width: 640px) {