Popup description

This commit is contained in:
James Barnsley
2017-09-29 08:57:11 +13:00
parent 8f332d87c2
commit 63d58495ab
3 changed files with 12 additions and 20 deletions

View File

@ -347,7 +347,7 @@ footer {
font-size: 9px;
font-weight: bold;
display: inline-block;
padding: 2px 5px;
padding: 3px 5px 1px;
background: $light_grey;
color: $dark_grey;
border-radius: 3px;

View File

@ -171,15 +171,6 @@ input[type="submit"] {
}
}
.flag {
font-size: 10px;
margin-left: 5px;
padding: 1px 4px;
line-height: 1.2em;
vertical-align: top;
margin-top: 1px;
}
@include responsive( $bp_medium ){
margin-right: 10px;
padding-left: 20px;
@ -203,13 +194,6 @@ input[type="submit"] {
display: inline-block;
}
.description {
display: inline-block;
padding: 10px 14px;
font-size: 12px;
opacity: 0.6;
}
.input {
width: 80%;
float: left;
@ -286,9 +270,17 @@ input[type="submit"] {
}
}
.error {
color: $red;
.description {
display: inline-block;
padding: 10px 14px;
font-size: 12px;
opacity: 0.6;
&.error {
color: $red;
display: inline-block;
opacity: 1;
}
}
}