Dropdown.css 266 B

12345678910111213141516171819
  1. .container {
  2. font: var(--main-font);
  3. white-space: nowrap;
  4. }
  5. .select {
  6. border: 1px solid #aaa;
  7. border-radius: 4px;
  8. display: block;
  9. width: 100%;
  10. color: #7f7f7f;
  11. height: 27px;
  12. }
  13. .label {
  14. font-size: 11px;
  15. font-weight: bold;
  16. margin-bottom: 7px;
  17. }