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

38 lines
614 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
.upload-selector {
input[type="text"] {
width: calc(100% - 20px);
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 {
color: $primary-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;
}
input,
label {
min-height: 20px;
line-height: $line-height-medium;
margin: 0;
2018-04-11 10:24:08 -04:00
}
.radio {
padding-left: 5px;
2018-04-11 10:24:08 -04:00
}
.inputs {
margin-top: 10px;
2018-04-11 10:24:08 -04:00
width: 100%;
}
}
2013-09-05 15:37:07 -04:00
}
.uploaded-image-preview {
height: 150px;
}