source: resources/assets/sass/components/sweet-alert.scss@ 7304c7f

develop
Last change on this file since 7304c7f 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: 570 bytes
Line 
1.swal-modal {
2 border-radius: .50rem;
3
4 .swal-title {
5 font-size: $default-font-size + 6;
6 }
7
8 .swal-text {
9 text-align: center;
10 }
11
12 .swal-button {
13 padding: .375rem .75rem;
14
15 &.swal-button--confirm {
16 background: $color-primary;
17 }
18
19 &.swal-button--danger {
20 background: $color-danger;
21 }
22
23 &.swal-button--cancel {
24 background: $color-light;
25 }
26 }
27
28 .swal-icon--error {
29 border-color: lighten($color-danger, 18%);
30
31 .swal-icon--error__line {
32 background: lighten($color-danger, 18%);
33 }
34 }
35
36 input.swal-content__input {
37 @extend .form-control
38 }
39}
Note: See TracBrowser for help on using the repository browser.