Parcourir la source

made the bottom buttons on the login screen brown and cleaned styles slightly

tags/v0.8.0
Shaun il y a 3 ans
Parent
révision
7396529666
1 fichiers modifiés avec 4 ajouts et 5 suppressions
  1. +4
    -5
      src/client/ui/templates/login/styles.less

+ 4
- 5
src/client/ui/templates/login/styles.less Voir le fichier

@@ -145,16 +145,15 @@
width: 180px;
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
background-color: @blueD;
background-color: @brownC;
color: @white;

&:first-child {
margin-left: 0px;
+ .btn {
margin-left: 20px;
}

&:hover {
background-color: @blueC;
background-color: @brownD;
}

}


Chargement…
Annuler
Enregistrer