mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
41 lines
No EOL
524 B
SCSS
41 lines
No EOL
524 B
SCSS
@import "global";
|
|
|
|
$input-width: 300px;
|
|
|
|
label[for]
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type="email"], input[type="text"]
|
|
{
|
|
border: 0 none;
|
|
border: 1px solid rgba(160,160,160,.5);
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
width: $input-width;
|
|
height: $spacing-vertical * 1.5;
|
|
}
|
|
|
|
textarea
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
.form-row
|
|
{
|
|
margin-bottom: $spacing-vertical;
|
|
}
|
|
|
|
.mail-submit
|
|
{
|
|
input
|
|
{
|
|
margin-right: 10px;
|
|
}
|
|
input, .btn-primary
|
|
{
|
|
margin-bottom: $spacing-vertical / 2;
|
|
vertical-align: bottom;
|
|
}
|
|
} |