You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
477 B

  1. @each $color, $value in $theme-colors {
  2. .text-#{$color} {
  3. color:$value;
  4. }
  5. }
  6. .alert {
  7. padding: 5px 7px;
  8. &.alert-danger {
  9. border: 1px solid #e32815;
  10. color: #e32815;
  11. }
  12. }
  13. .move-grip {
  14. cursor:move;
  15. font-size:12px;
  16. background-image: url('../images/admin/grip-handle.png');
  17. background-size:auto 100%;
  18. background-repeat: no-repeat;
  19. width:100%;
  20. min-width:14px;
  21. height:14px;
  22. display:block;
  23. }
  24. .unused {color:#898989; background-color:#f0f0f0;}