@@ -1595,3 +1595,39 @@ h3 {
|
||||
text-align: right;
|
||||
color: grey;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
.buttons_bottom {
|
||||
max-width: 400px;
|
||||
margin-left: auto;
|
||||
justify-content: space-around;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.body--light {
|
||||
.buttons_bottom {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(255, 255, 255, .7)));
|
||||
background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .7) 15%)
|
||||
}
|
||||
}
|
||||
.body--dark {
|
||||
.buttons_bottom {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6)));
|
||||
background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%)
|
||||
}
|
||||
}
|
||||
|
||||
.fulldiv {
|
||||
min-height: 100% !important;
|
||||
}
|
||||
|
||||
.numfav_text{
|
||||
text-align: center;
|
||||
color: grey;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
|
||||
|
||||
Reference in New Issue
Block a user