adding avant-première movies (option)
This commit is contained in:
0
style/_big_screen.scss
Normal file → Executable file
0
style/_big_screen.scss
Normal file → Executable file
0
style/_small_screen.scss
Normal file → Executable file
0
style/_small_screen.scss
Normal file → Executable file
2
style/ugc.css
Normal file → Executable file
2
style/ugc.css
Normal file → Executable file
File diff suppressed because one or more lines are too long
2
style/ugc.css.map
Normal file → Executable file
2
style/ugc.css.map
Normal file → Executable file
File diff suppressed because one or more lines are too long
@@ -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