pxt-calliope/theme/site/elements/input.overrides

16 lines
336 B
Plaintext
Raw Normal View History

2016-10-21 01:40:39 +02:00
/*******************************
Site Overrides
*******************************/
.ui.inverted.input input {
background:#424852;
border-radius: 20px;
border: 0px !important;
padding: 0.2em !important;
padding-left: 0.6em !important;
}
.rtl .ui.inverted.input input {
padding-right: 0.6em !important;
2016-11-01 16:35:45 +01:00
}