You are here

views.css in AT Tools 8

@charset "UTF-8";
/**
 * Views
 ============================================================================ */
.views-view-grid .views-col {
  padding-right: 18px;
  padding-right: 1.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  box-sizing: border-box;
}
.views-view-grid .views-col:last-child {
  padding-right: 0;
}

.view-empty:not(:empty) {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.view-empty:not(:empty) .links {
  list-style: none;
  margin: 16px 0;
  margin: 1rem 0;
  padding: 0;
}
.view-empty:not(:empty) .links a[href="/node/add"] {
  max-width: 100%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  transition: background-color, .15s, ease-in-out;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  height: 32px;
  height: 2rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  display: inline-block;
}
.view-empty:not(:empty) .links a[href="/node/add"]:hover, .view-empty:not(:empty) .links a[href="/node/add"]:focus {
  text-decoration: none;
}
.view-empty:not(:empty) .links a[href="/node/add"]:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  vertical-align: middle;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  line-height: 32px;
  line-height: 2rem;
  display: none;
}
.fa-loaded .view-empty:not(:empty) .links a[href="/node/add"]:before {
  display: inline-block;
}

/*# sourceMappingURL=maps/views.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/views.css
View source
  1. @charset "UTF-8";
  2. /**
  3. * Views
  4. ============================================================================ */
  5. .views-view-grid .views-col {
  6. padding-right: 18px;
  7. padding-right: 1.125rem;
  8. margin-bottom: 18px;
  9. margin-bottom: 1.125rem;
  10. box-sizing: border-box;
  11. }
  12. .views-view-grid .views-col:last-child {
  13. padding-right: 0;
  14. }
  15. .view-empty:not(:empty) {
  16. margin-bottom: 18px;
  17. margin-bottom: 1.125rem;
  18. }
  19. .view-empty:not(:empty) .links {
  20. list-style: none;
  21. margin: 16px 0;
  22. margin: 1rem 0;
  23. padding: 0;
  24. }
  25. .view-empty:not(:empty) .links a[href="/node/add"] {
  26. max-width: 100%;
  27. width: auto;
  28. position: relative;
  29. box-sizing: border-box;
  30. border-radius: 2px;
  31. border-width: 1px;
  32. border-style: solid;
  33. transition: background-color, .15s, ease-in-out;
  34. cursor: pointer;
  35. text-decoration: none;
  36. text-align: center;
  37. font-weight: 400;
  38. white-space: nowrap;
  39. height: 32px;
  40. height: 2rem;
  41. padding: 0 10px;
  42. padding: 0 0.625rem;
  43. display: inline-block;
  44. }
  45. .view-empty:not(:empty) .links a[href="/node/add"]:hover, .view-empty:not(:empty) .links a[href="/node/add"]:focus {
  46. text-decoration: none;
  47. }
  48. .view-empty:not(:empty) .links a[href="/node/add"]:before {
  49. font-family: FontAwesome, sans-serif;
  50. content: "";
  51. vertical-align: middle;
  52. font-size: 11px;
  53. font-size: 0.6875rem;
  54. padding-right: 4px;
  55. padding-right: 0.25rem;
  56. line-height: 32px;
  57. line-height: 2rem;
  58. display: none;
  59. }
  60. .fa-loaded .view-empty:not(:empty) .links a[href="/node/add"]:before {
  61. display: inline-block;
  62. }
  63. /*# sourceMappingURL=maps/views.css.map */