mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
27 lines
491 B
SCSS
27 lines
491 B
SCSS
|
.googleplus {
|
||
|
h1 {
|
||
|
-moz-box-shadow: none !important;
|
||
|
-webkit-box-shadow: none !important;
|
||
|
-o-box-shadow: none !important;
|
||
|
box-shadow: none !important;
|
||
|
border-bottom: 0px none !important;
|
||
|
}
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
white-space: normal !important;
|
||
|
line-height: 32px;
|
||
|
|
||
|
img {
|
||
|
float: left;
|
||
|
margin-right: 0.5em;
|
||
|
border: 0 none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.googleplus-hidden {
|
||
|
position: absolute;
|
||
|
top: -1000em;
|
||
|
left: -1000em;
|
||
|
}
|