diff --git a/css/src/main.css b/css/src/main.css index 08dcc6312..929906d84 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -324,6 +324,7 @@ a:hover { } .box-setup { + margin-bottom: 7rem; padding: 1.3rem; border-radius: 2px; background: #FFFFFF; @@ -338,6 +339,29 @@ a:hover { font-size: 12px; } +.box-notification { + height: 41px; + position: relative; + font-size: 12px; + width: 70%; + padding: 0.9rem 0.7rem 0.7rem 3rem; + border-radius: 4px; + background: #F2F5F8; + margin: 0 auto; +} + +.box-notification .box-icon { + margin-right: 77px; + position: absolute; + top: 0; + left: 0; + color: white; + background-color: #1ABC9C; + padding: 0.5rem; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .last-transactions { margin-bottom: 2rem; background-color: #E8EAEF; @@ -1211,21 +1235,22 @@ a:hover .photo-container { } .icon-input { - position: absolute; - top: 11px; - right: 20px; - font-size: 16px; + font-size: 9px; color: #fff; + vertical-align: middle; + margin-right: 3px; } .icon-input .fi-check { + padding: .1rem .3rem; background-color: #1ABC9C; - padding: 0.2rem 0.4rem; + border-radius: 100%; } .icon-input .fi-x { + padding: .1rem .3rem; background-color: #C0392A; - padding: 0.2rem 0.4rem; + border-radius: 100%; } .box-status { diff --git a/views/settings.html b/views/settings.html index e5a82163f..4e0d2008f 100644 --- a/views/settings.html +++ b/views/settings.html @@ -7,7 +7,14 @@

{{title|translate}}

- +
+
+ +
+ + {{message|translate}} + +
Language - - not valid + +
+ + Not valid +