Adjustments to Notification tray margins and borders

Bug: T225260
Change-Id: I71b3d4ab9eb490b8a9efb753d682931981680381
This commit is contained in:
jdlrobson 2019-07-09 15:05:07 -07:00 committed by Jdlrobson
parent 28c84d7d0d
commit 72c860abc6
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
.mw-echo-ui-notificationsWidget {
top: @headerHeight;
}
.mw-echo-ui-notificationItemWidget {
border-left: 0;
border-right: 0;
}
}
@media all and ( min-width: @width-breakpoint-tablet ) {