Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
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.
 
 
 
 
 
 

22 lines
375 B

  1. // Empty states (or Blank slates)
  2. .empty {
  3. background: $bg-color;
  4. border-radius: $border-radius;
  5. color: $gray-color-dark;
  6. text-align: center;
  7. padding: $unit-16 $unit-8;
  8. .empty-icon {
  9. margin-bottom: $layout-spacing-lg;
  10. }
  11. .empty-title,
  12. .empty-subtitle {
  13. margin: $layout-spacing auto;
  14. }
  15. .empty-action {
  16. margin-top: $layout-spacing-lg;
  17. }
  18. }