Przeglądaj źródła

added success icon styles for toast

feature/forgot-password-flow
tejas 4 lat temu
rodzic
commit
26f7aab9ef
1 zmienionych plików z 12 dodań i 1 usunięć
  1. +12
    -1
      src/commonStyles/loginFlow/LoginStyles.module.scss

+ 12
- 1
src/commonStyles/loginFlow/LoginStyles.module.scss Wyświetl plik

@@ -109,7 +109,7 @@
font-size: 16px;
font-weight: bold;
background: var(--white);
width: 145px;
width: 175px;
padding: 10px 0;
height: auto;
text-align: center;
@@ -119,6 +119,17 @@
top: 20px;
left: 20px;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);

&::before {
content: "\2713";
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
border: 4px solid var(--shamrock);
position: relative;
left: -20px;
}
}

&::part(message) {


Ładowanie…
Anuluj
Zapisz