Benutzer: Jonar/common.css : Différence entre versions

De Smart Places Network
Aller à : navigation, rechercher
Ligne 5 : Ligne 5 :
 
     text-transform: uppercase;
 
     text-transform: uppercase;
 
}
 
}
.panel-heading-text:hover {
+
.panel-heading-text a {
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Version du 12 février 2019 à 15:39

.panel-heading-text {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.panel-heading-text a {
    text-decoration: none;
}