Commit 992b36e7 by Brian Talbot

Verified: adds initial registration choice error styling

parent db8a8100
......@@ -179,11 +179,7 @@
// ====================
// elements : help
.help {
}
// UI: help
.help-item {
.title {
......@@ -196,8 +192,34 @@
}
}
.list-help {
// ====================
// UI: error
.wrapper-msg-error {
width: flex-grid(12,12);
border-radius: ($baseline/5);
margin-bottom: $baseline;
padding: $baseline ($baseline*1.25);
box-shadow: 0 2px 1px 0 tint($red,90%);
background: $red;
.msg-error {
@include clearfix();
.title {
@extend .t-title5;
@extend .t-weight4;
margin-bottom: ($baseline/2);
border-bottom: ($baseline/10) solid tint($red,35%);
padding-bottom: ($baseline/2);
color: tint($red,90%);
}
.copy {
@extend .t-copy-base;
color: tint($red,65%);
}
}
}
// ====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment