discourse/app/assets/stylesheets/mobile/upload.scss

35 lines
571 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
.upload-selector {
input[type="text"]{
2018-04-11 10:24:08 -04:00
width: 90%;
2013-09-05 15:37:07 -04:00
}
input[type="file"] {
2018-01-12 17:27:38 -05:00
font-size: $font-0;
line-height: $line-height-medium;
2013-09-05 15:37:07 -04:00
}
.description {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-medium, $secondary-medium);
2013-09-05 15:37:07 -04:00
}
2018-04-11 10:24:08 -04:00
.radios {
display: flex;
flex-wrap: wrap;
align-items: center;
&:first-of-type {
margin-bottom: 1em;
}
label {
vertical-align: middle;
}
input {
line-height: $line-height-large;
}
.inputs {
width: 100%;
}
}
2013-09-05 15:37:07 -04:00
}
.uploaded-image-preview {
height: 150px;
}