mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
20 lines
376 B
CSS
20 lines
376 B
CSS
.smuzform-style-settings {
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-top: 30px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#formStyleCont input[type="text"], #formStyleCont input[type="number"], #formStyleCont input[type="select"] {
|
|
font-size: 12px;
|
|
height: 30px;
|
|
}
|
|
|
|
#formStyleCont .wp-picker-container {
|
|
display: block;
|
|
}
|
|
|
|
.smuzform-preview {
|
|
background: #fff;
|
|
width: 650px;
|
|
} |