diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index db9f62f0..e4c764bf 100644 --- a/src/App.scss +++ b/src/App.scss @@ -200,6 +200,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: ''; transition: box-shadow 200ms; @@ -236,6 +237,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: '✔'; transition: color 200ms; |
