adding avant-première movies (option)
This commit is contained in:
@@ -117,6 +117,15 @@ select {
|
||||
.fa-down:before {
|
||||
content: "\f0d7";
|
||||
}
|
||||
.fa-on:before {
|
||||
content: "\f205";
|
||||
}
|
||||
.fa-off:before {
|
||||
content: "\f204";
|
||||
}
|
||||
.fa-on, .fa-off {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
|
||||
@@ -354,6 +363,14 @@ footer {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#settings .switches {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#settings .switches .fa-on + span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Mobile Support */
|
||||
|
||||
@import 'small_screen';
|
||||
|
||||
Reference in New Issue
Block a user