You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
400 B
28 lines
400 B
.form-required {
|
|
color: red;
|
|
}
|
|
|
|
.uk-input, .uk-textarea, .uk-select {
|
|
border-color: #4a4a4a;
|
|
}
|
|
|
|
input[type="color"].dtp-colorpicker {
|
|
display: block;
|
|
outline: none;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
background: none;
|
|
width: 64px;
|
|
height: 32px;
|
|
}
|
|
|
|
.upload-image-container {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
&.size-512 {
|
|
max-width: 512px;
|
|
}
|
|
}
|