model.css 343 B

12345678910111213141516171819202122
  1. .model-box-input {
  2. width: 100%;
  3. height: 40px;
  4. border: 1px solid #BABFC7;
  5. border-radius: .25rem;
  6. }
  7. .note-input {
  8. color: red;
  9. border: 1px solid red;
  10. }
  11. .const-box {
  12. border: 1px solid #BABFC7;
  13. border-radius: .25rem;
  14. height: 40px;
  15. padding: .75rem 1rem;
  16. }
  17. .result-box:hover {
  18. background: #BABFC7;
  19. }