Importation des concours
This commit is contained in:
9
public/assets/sass/framework/_os-detection.scss
Normal file
9
public/assets/sass/framework/_os-detection.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.windowsphone-detection,
|
||||
.ios-detection,
|
||||
.android-detection,
|
||||
.non-mobile-detection {
|
||||
display: none;
|
||||
&.is-active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user