This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
webtrigon-workex-onboarding
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added success icon styles for toast
feature/forgot-password-flow
tejas
4 years ago
parent
897970daab
commit
26f7aab9ef
1 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-1
src/commonStyles/loginFlow/LoginStyles.module.scss
+ 12
- 1
src/commonStyles/loginFlow/LoginStyles.module.scss
View File
@@ -109,7 +109,7 @@
font-size: 16px;
font-weight: bold;
background: var(--white);
width: 1
4
5px;
width: 1
7
5px;
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) {
Write
Preview
Loading…
Cancel
Save