Fix(Structure): Split styles.css into separate files for different components and sections.
This commit is contained in:
15
styles/google-translate.css
Normal file
15
styles/google-translate.css
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/* Google Translate
|
||||
- Hide poorly styled iframes
|
||||
*/
|
||||
#google_translate_element {
|
||||
background-color: white;
|
||||
border-radius: 0.25vh;
|
||||
padding: 0.5vh;
|
||||
}
|
||||
iframe.skiptranslate {
|
||||
display: none !important;
|
||||
}
|
||||
body {
|
||||
top: 0px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user