This website works better with JavaScript.
首頁
探索
說明
登入
kj
/
webtrigon-workex-onboarding
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
added success icon styles for toast
feature/forgot-password-flow
tejas
4 年之前
父節點
897970daab
當前提交
26f7aab9ef
共有
1 個文件被更改
,包括
12 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存