Left justify form hints
This commit is contained in:
parent
8b13f341b6
commit
96afd8a840
1 changed files with 3 additions and 5 deletions
|
@ -240,18 +240,15 @@ input[type="text"], input[type="search"]
|
||||||
|
|
||||||
.form-field-advice-container {
|
.form-field-advice-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field-advice {
|
.form-field-advice {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
@ -263,6 +260,9 @@ input[type="text"], input[type="search"]
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field-advice__arrow {
|
.form-field-advice__arrow {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 18px;
|
||||||
|
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 0.3;
|
line-height: 0.3;
|
||||||
color: darken($color-primary, 5%);
|
color: darken($color-primary, 5%);
|
||||||
|
@ -271,8 +271,6 @@ input[type="text"], input[type="search"]
|
||||||
|
|
||||||
.form-field-advice__content-container {
|
.form-field-advice__content-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field-advice__content {
|
.form-field-advice__content {
|
||||||
|
|
Loading…
Reference in a new issue