Difference between revisions of "MediaWiki:Gadget-calculator-search.css"

From WikiAnesthesia
Line 14: Line 14:
}
}
#calculator-search-input {
#calculator-search-input {
     margin-right: 20%;
     width: 114%;
}
}

Revision as of 23:34, 7 September 2021

#calculator-search {
    border-bottom: 1px solid #dee2e6;
    padding: 0.5rem 0rem;
}
#calculator-search form {
    flex-wrap: nowrap;
}
#calculator-search h4 {
    padding-top: 0;
}
.calculator-search-label {
    font-size: 1.2rem;
    font-weight: 500;
}
#calculator-search-input {
    width: 114%;
}