diff --git a/assets/application-b4c7459fc6df950ab76bf61ce3457179f3260b0e44b1a2ea9fc252bbbc13ac22.css b/assets/application-b4c7459fc6df950ab76bf61ce3457179f3260b0e44b1a2ea9fc252bbbc13ac22.css index 1c16d62..c9787d0 100644 --- a/assets/application-b4c7459fc6df950ab76bf61ce3457179f3260b0e44b1a2ea9fc252bbbc13ac22.css +++ b/assets/application-b4c7459fc6df950ab76bf61ce3457179f3260b0e44b1a2ea9fc252bbbc13ac22.css @@ -46,4 +46,56 @@ -webkit-background-size: 100%; background-size: 100%; } +} +.nnid-login-btn { + display: block; + + height: 40px; + width: fit-content; + + padding: 0 25px 0 14px; + margin: 16px auto 20px auto; + + background-color: #e97200; + color: #fff; + + font-size: 15px; + font-weight: bold; + line-height: 40px; + text-decoration: none; + + border-radius: 4px; +} + +.nnid-login-btn:hover { + background-color: #de6b00; +} + +.nnid-icon { + display: inline-block; + vertical-align: middle; + + width: 24px; + height: 24px; + margin-right: 10px; + + position: relative; + + background-image: url("nnlogo.svg"); + background-repeat: no-repeat; + background-size: contain; + background-position: center; +} + +.nnid-icon::after { + content: ""; + position: absolute; + + right: -6px; + top: 0; + + width: 1px; + height: 100%; + + background-color: #dd6c00; } \ No newline at end of file diff --git a/assets/nnlogo.svg b/assets/nnlogo.svg new file mode 100644 index 0000000..b981f10 --- /dev/null +++ b/assets/nnlogo.svg @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/index.html b/index.html index be47379..71939c9 100644 --- a/index.html +++ b/index.html @@ -27,32 +27,49 @@
-
-
- -
-
-
-
-
-
-
-
- -
-
- +
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
\ No newline at end of file