source: resources/assets/sass/components/notification.scss@ 582789f

develop
Last change on this file since 582789f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 231 bytes
Line 
1.notify {
2 .alert {
3 border: none;
4 box-shadow: 0 2px 10px 0 rgba(24,28,33,.04);
5 .alert-heading {
6 font-size: 16px;
7 font-weight: 600;
8 }
9 }
10 &.open {
11 transform: translate(0);
12 }
13}
Note: See TracBrowser for help on using the repository browser.