settings.css 444 B

123456789101112131415161718192021222324
  1. .btn_option{
  2. border-radius: 50px;
  3. border-style: solid;
  4. color: #FFFFFF;
  5. text-align: center;
  6. padding: 1px 3px 1px 3px;
  7. border-style: solid;
  8. border-color: #5c6cf6;
  9. text-decoration: none;
  10. background-color: #1379cb;
  11. }
  12. input.conf{
  13. margin-bottom: 10px;
  14. width: 180px;
  15. }
  16. .label{
  17. font-size: 12px;
  18. color: #5c6cf6;
  19. font-weight: bold;
  20. width: 60px;
  21. /*display:block;*/
  22. text-align: center;
  23. }