diff --git a/css/styles.css b/css/styles.css index 24add02..ecb8ce0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -20,6 +20,26 @@ html, button { cursor: url(../icons/ArrowSmall.cur), default; } +/*login or signin*/ +.login{ + display:flex; + flex-direction:column; + align-items:center; + justify-content:flex-end; +} +.login p{ + font-size: 16px; + font-weight: 500; + color:gray +} + +.userLogin{ + display:flex; + flex-direction:row; + justify-content: center; + background-color: #eeeeee; +} + /* sugar-vue-Icon */ .test { width:80px; diff --git a/icons/login.svg b/icons/login.svg new file mode 100644 index 0000000..dee459c --- /dev/null +++ b/icons/login.svg @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/icons/newuser-icon.svg b/icons/newuser-icon.svg new file mode 100644 index 0000000..4dd2d02 --- /dev/null +++ b/icons/newuser-icon.svg @@ -0,0 +1,22 @@ + + \ No newline at end of file diff --git a/index.html b/index.html index fe6cc86..9cd7c39 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,29 @@