Country
diff --git a/src/scss/global/_core.scss b/src/scss/global/_core.scss
index 742dceae..99565f16 100755
--- a/src/scss/global/_core.scss
+++ b/src/scss/global/_core.scss
@@ -167,6 +167,7 @@ h4 {
.grey-text { color: $mid_grey !important; }
.red-text { color: $red !important; }
.green-text { color: $green !important; }
+.orange-text { color: $orange !important; }
.dark-text { color: $dark_grey !important; }
.centred-text { text-align: center; }
diff --git a/src/scss/global/_variables.scss b/src/scss/global/_variables.scss
index 2cbb55d4..1ebbc277 100755
--- a/src/scss/global/_variables.scss
+++ b/src/scss/global/_variables.scss
@@ -11,6 +11,7 @@ $red: #cf2d2d;
$green: #47af2a;
$blue: #32b5f2;
$yellow: #FFF39C;
+$orange: #f16f19;
$bp_wide: 1000px;
$bp_medium: 800px;
diff --git a/src/scss/views/_settings.scss b/src/scss/views/_settings.scss
index 3d2751b0..0aa8ff9b 100755
--- a/src/scss/views/_settings.scss
+++ b/src/scss/views/_settings.scss
@@ -3,6 +3,29 @@
section {
padding: 40px;
}
+
+ .status {
+ .item {
+ position: relative;
+ display: inline-block;
+ padding: 0 0 0 45px;
+ margin-right: 20px;
+ min-width: 80px;
+
+ .icon {
+ width: 35px;
+ height: 35px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ }
+
+ h4 {
+ padding: 0;
+ margin: 0;
+ }
+ }
+ }
.field.current-user {
.text {