added 3.16

This commit is contained in:
Sam Hewitt
2016-04-21 08:29:33 -04:00
parent 91db30f5c8
commit de443e32b9
56 changed files with 19258 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*********************
* App Notifications *
*********************/
.app-notification,
.app-notification.frame {
@extend %osd;
padding: 10px;
border-radius: 0 0 5px 5px;
background-color: $osd_bg_color;
background-clip: padding-box;
&:backdrop {
background-image: none;
transition: $backdrop_transition;
}
.button, button { @extend %osd_button; }
}