formatting fix

This commit is contained in:
Kris 2018-06-19 13:07:16 -04:00
parent 0d81633da9
commit 82cb163ef3

View File

@ -260,7 +260,8 @@ aside.onebox {
@mixin gdocs-logo($type) {
&.g-#{$type}-logo {
background: image-url("favicons/google_branding/logo_#{$type}_48px.png") no-repeat;
background: image-url("favicons/google_branding/logo_#{$type}_48px.png")
no-repeat;
}
}
@ -286,7 +287,8 @@ aside.onebox {
width: 128px;
height: 128px;
&.g-calendar-logo {
background: image-url("favicons/google_branding/logo_calendar_128px.png") no-repeat;
background: image-url("favicons/google_branding/logo_calendar_128px.png")
no-repeat;
}
}
}