Improved input margin in dialogs
This commit is contained in:
parent
0e70328094
commit
8d42af4d68
@ -64,7 +64,6 @@
|
|||||||
input.text {
|
input.text {
|
||||||
width: calc(100% - 4px);
|
width: calc(100% - 4px);
|
||||||
padding: 9px 2px;
|
padding: 9px 2px;
|
||||||
margin: 10px 0;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: $shadow;
|
text-shadow: $shadow;
|
||||||
@ -75,6 +74,10 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
&:focus { border-bottom-color: $colorBlue; }
|
&:focus { border-bottom-color: $colorBlue; }
|
||||||
|
|
||||||
|
&:first-child { margin-top: 10px; }
|
||||||
|
|
||||||
|
&:last-child { margin-bottom: 10px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Radio Buttons ------------------------------------------------*/
|
/* Radio Buttons ------------------------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user