diff --git a/public/img/check-white.svg b/public/img/check-white.svg new file mode 100644 index 000000000..21ab38a5e --- /dev/null +++ b/public/img/check-white.svg @@ -0,0 +1,18 @@ + + + + DF90EF75-F651-4B5A-9143-4512A3D52EC8 + Created with sketchtool. + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 60849ecf8..41479f633 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -4,14 +4,13 @@ -
- +
diff --git a/src/sass/common.scss b/src/sass/common.scss index 0a3972087..40eb910a0 100644 --- a/src/sass/common.scss +++ b/src/sass/common.scss @@ -40,6 +40,9 @@ background-repeat:no-repeat; background-clip: padding-box; background-size: 103%; + &.green{ + background: rgb(1, 209, 162); + } } } .overlay { diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 66399540c..e57d4c0b3 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -39,5 +39,10 @@ font-size: 18px; font-weight: 100; } + .big-icon-svg{ + .bg.green{ + padding: 0 10px; + } + } } }