application.sass 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. // *************************************
  2. //
  3. // [Project Name] - MVCSS v4.0.2
  4. // -> Manifest
  5. //
  6. // *************************************
  7. // -------------------------------------
  8. // Foundation
  9. // -------------------------------------
  10. @import "foundation/reset"
  11. @import "foundation/helpers"
  12. @import "foundation/config"
  13. @import "foundation/base"
  14. // -------------------------------------
  15. // Components
  16. // -------------------------------------
  17. @import "components/bucket"
  18. @import "components/card"
  19. @import "components/cell"
  20. @import "components/form"
  21. @import "components/grid"
  22. @import "components/list"
  23. @import "components/panel"
  24. @import "components/row"
  25. @import "components/well"
  26. // -------------------------------------
  27. // Structures
  28. // -------------------------------------
  29. @import "structures/button"
  30. @import "structures/dropdown"
  31. @import "structures/hero"
  32. @import "structures/icons"
  33. @import "structures/registration"
  34. @import "structures/sort"
  35. // -------------------------------------
  36. // Vendor
  37. // -------------------------------------
  38. @import "vendor/tooltip"
  39. // -------------------------------------
  40. // Inbox
  41. // -------------------------------------
  42. .main-wrapper
  43. @extend %row
  44. @extend %row--b
  45. @extend %cell
  46. @extend %well
  47. .nav-wrapper
  48. @extend %row
  49. .nav-content
  50. @extend %cell
  51. @extend %well--m
  52. .nav-content-layout
  53. @extend %grid-box
  54. @extend %grid-box-1of2
  55. .nav-list
  56. @extend %list
  57. .list-item
  58. border-bottom: none
  59. color: $c-highlight
  60. display: inline
  61. margin-right: $list-space
  62. &:last-child
  63. margin-right: 0
  64. &:hover,
  65. &:focus,
  66. &:active,
  67. background: none
  68. border-bottom: none
  69. color: lighten($c-highlight,10%)
  70. &.active
  71. background: none
  72. border-bottom: none
  73. color: lighten($c-highlight,10%)
  74. .new-note
  75. @extend %row
  76. .new-note-container
  77. @extend %card
  78. @extend %cell
  79. @extend %cell--s
  80. text-align: left
  81. .session
  82. float: right
  83. display: inline-block
  84. .session-create
  85. float: right
  86. .note-wrapper, .users-wrapper , .wrapper
  87. @extend %grid
  88. .note-content
  89. @extend %grid-box
  90. @extend %grid-box-3of4
  91. .notes-header
  92. margin-bottom: $b-space-m
  93. h1
  94. @extend %h4
  95. display: inline-block
  96. .user-name
  97. color: $c-highlight