mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:02:48 +08:00
Mobile upload modal alignment
This commit is contained in:
parent
66abd340db
commit
be72d65355
|
@ -1,6 +1,6 @@
|
||||||
.upload-selector {
|
.upload-selector {
|
||||||
input[type="text"]{
|
input[type="text"]{
|
||||||
width: 520px;
|
width: 90%;
|
||||||
}
|
}
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
font-size: $font-0;
|
font-size: $font-0;
|
||||||
|
@ -9,6 +9,24 @@
|
||||||
.description {
|
.description {
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
}
|
}
|
||||||
|
.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%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploaded-image-preview {
|
.uploaded-image-preview {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user