|
@@ -61,6 +61,7 @@ body {
|
|
|
line-height: 50px !important;
|
|
line-height: 50px !important;
|
|
|
-webkit-transition: all .5s ease-out;
|
|
-webkit-transition: all .5s ease-out;
|
|
|
transition: all .5s ease-out;
|
|
transition: all .5s ease-out;
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* hover statut */
|
|
/* hover statut */
|
|
@@ -71,7 +72,7 @@ body {
|
|
|
|
|
|
|
|
background: linear-gradient(top, #F58246 0.00%, #ED7F44 32.86%, #CC7244 68.93%, #BE6E48 100.00%);
|
|
background: linear-gradient(top, #F58246 0.00%, #ED7F44 32.86%, #CC7244 68.93%, #BE6E48 100.00%);
|
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
- width: 80px;
|
|
|
|
|
|
|
+ width: 19%;
|
|
|
top: -8px;
|
|
top: -8px;
|
|
|
border-radius: 10px 10px 0 0;
|
|
border-radius: 10px 10px 0 0;
|
|
|
border-top: 1px solid #f7a273;
|
|
border-top: 1px solid #f7a273;
|
|
@@ -155,7 +156,7 @@ body {
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
font-weight: lighter;
|
|
font-weight: lighter;
|
|
|
text-shadow: 0px 1px 0px black;
|
|
text-shadow: 0px 1px 0px black;
|
|
|
- width: 80px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
|
|
|