Geen omschrijving

theme.css 214B

123456789
  1. /*커리큘럼 오프캔버스*/
  2. .bg-red {
  3. background: #454857;
  4. padding: 4px;
  5. border-radius: 3px;
  6. box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),
  7. 0 0 0 3px rgba(185, 185, 185, 0.3);
  8. position: relative;
  9. }