このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kj
/
webtrigon-workex-onboarding
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
added success icon styles for toast
feature/forgot-password-flow
tejas
4年前
親
897970daab
コミット
26f7aab9ef
1個のファイルの変更
、
12行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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) {
書き込み
プレビュー
読み込み中…
キャンセル
保存