mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
formatting fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user