hardpool-flat 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/head.html +4 -0
  5. data/_includes/header.html +17 -0
  6. data/_includes/seo.html +11 -0
  7. data/_layouts/default.html +16 -0
  8. data/_layouts/page.html +5 -0
  9. data/_layouts/post.html +6 -0
  10. data/_sass/_mixins.scss +105 -0
  11. data/_sass/_var.scss +43 -0
  12. data/_sass/bootstrap/_alert.scss +51 -0
  13. data/_sass/bootstrap/_badge.scss +47 -0
  14. data/_sass/bootstrap/_breadcrumb.scss +41 -0
  15. data/_sass/bootstrap/_button-group.scss +172 -0
  16. data/_sass/bootstrap/_buttons.scss +143 -0
  17. data/_sass/bootstrap/_card.scss +301 -0
  18. data/_sass/bootstrap/_carousel.scss +236 -0
  19. data/_sass/bootstrap/_close.scss +35 -0
  20. data/_sass/bootstrap/_code.scss +48 -0
  21. data/_sass/bootstrap/_custom-forms.scss +433 -0
  22. data/_sass/bootstrap/_dropdown.scss +166 -0
  23. data/_sass/bootstrap/_forms.scss +333 -0
  24. data/_sass/bootstrap/_functions.scss +86 -0
  25. data/_sass/bootstrap/_grid.scss +52 -0
  26. data/_sass/bootstrap/_images.scss +42 -0
  27. data/_sass/bootstrap/_input-group.scss +173 -0
  28. data/_sass/bootstrap/_jumbotron.scss +16 -0
  29. data/_sass/bootstrap/_list-group.scss +115 -0
  30. data/_sass/bootstrap/_media.scss +8 -0
  31. data/_sass/bootstrap/_mixins.scss +41 -0
  32. data/_sass/bootstrap/_modal.scss +180 -0
  33. data/_sass/bootstrap/_nav.scss +118 -0
  34. data/_sass/bootstrap/_navbar.scss +299 -0
  35. data/_sass/bootstrap/_pagination.scss +78 -0
  36. data/_sass/bootstrap/_popover.scss +183 -0
  37. data/_sass/bootstrap/_print.scss +141 -0
  38. data/_sass/bootstrap/_progress.scss +34 -0
  39. data/_sass/bootstrap/_reboot.scss +483 -0
  40. data/_sass/bootstrap/_root.scss +19 -0
  41. data/_sass/bootstrap/_tables.scss +187 -0
  42. data/_sass/bootstrap/_tooltip.scss +115 -0
  43. data/_sass/bootstrap/_transitions.scss +22 -0
  44. data/_sass/bootstrap/_type.scss +125 -0
  45. data/_sass/bootstrap/_utilities.scss +15 -0
  46. data/_sass/bootstrap/_variables.scss +952 -0
  47. data/_sass/bootstrap/bootstrap-grid.scss +32 -0
  48. data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
  49. data/_sass/bootstrap/bootstrap.scss +149 -0
  50. data/_sass/bootstrap/mixins/_alert.scss +13 -0
  51. data/_sass/bootstrap/mixins/_background-variant.scss +21 -0
  52. data/_sass/bootstrap/mixins/_badge.scss +12 -0
  53. data/_sass/bootstrap/mixins/_border-radius.scss +35 -0
  54. data/_sass/bootstrap/mixins/_box-shadow.scss +5 -0
  55. data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
  56. data/_sass/bootstrap/mixins/_buttons.scss +109 -0
  57. data/_sass/bootstrap/mixins/_caret.scss +66 -0
  58. data/_sass/bootstrap/mixins/_clearfix.scss +7 -0
  59. data/_sass/bootstrap/mixins/_float.scss +11 -0
  60. data/_sass/bootstrap/mixins/_forms.scss +147 -0
  61. data/_sass/bootstrap/mixins/_gradients.scss +45 -0
  62. data/_sass/bootstrap/mixins/_grid-framework.scss +67 -0
  63. data/_sass/bootstrap/mixins/_grid.scss +52 -0
  64. data/_sass/bootstrap/mixins/_hover.scss +37 -0
  65. data/_sass/bootstrap/mixins/_image.scss +36 -0
  66. data/_sass/bootstrap/mixins/_list-group.scss +21 -0
  67. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  68. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  69. data/_sass/bootstrap/mixins/_pagination.scss +22 -0
  70. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  71. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  72. data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
  73. data/_sass/bootstrap/mixins/_size.scss +6 -0
  74. data/_sass/bootstrap/mixins/_table-row.scss +30 -0
  75. data/_sass/bootstrap/mixins/_text-emphasis.scss +14 -0
  76. data/_sass/bootstrap/mixins/_text-hide.scss +13 -0
  77. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  78. data/_sass/bootstrap/mixins/_transition.scss +13 -0
  79. data/_sass/bootstrap/mixins/_visibility.scss +7 -0
  80. data/_sass/bootstrap/utilities/_align.scss +8 -0
  81. data/_sass/bootstrap/utilities/_background.scss +19 -0
  82. data/_sass/bootstrap/utilities/_borders.scss +59 -0
  83. data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
  84. data/_sass/bootstrap/utilities/_display.scss +38 -0
  85. data/_sass/bootstrap/utilities/_embed.scss +52 -0
  86. data/_sass/bootstrap/utilities/_flex.scss +51 -0
  87. data/_sass/bootstrap/utilities/_float.scss +9 -0
  88. data/_sass/bootstrap/utilities/_position.scss +37 -0
  89. data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
  90. data/_sass/bootstrap/utilities/_shadows.scss +6 -0
  91. data/_sass/bootstrap/utilities/_sizing.scss +12 -0
  92. data/_sass/bootstrap/utilities/_spacing.scss +51 -0
  93. data/_sass/bootstrap/utilities/_text.scss +58 -0
  94. data/_sass/bootstrap/utilities/_visibility.scss +11 -0
  95. data/_sass/theme/_global.scss +78 -0
  96. data/_sass/theme/_header.scss +12 -0
  97. data/_sass/theme.scss +5 -0
  98. data/assets/fonts/muli/Muli-Bold.ttf +0 -0
  99. data/assets/fonts/muli/Muli-Light.ttf +0 -0
  100. data/assets/fonts/muli/Muli-Regular.ttf +0 -0
  101. data/assets/fonts/playfair/PlayfairDisplay-Black.ttf +0 -0
  102. data/assets/fonts/playfair/PlayfairDisplay-Bold.ttf +0 -0
  103. data/assets/fonts/playfair/PlayfairDisplay-Regular.ttf +0 -0
  104. data/assets/styles/main.scss +6 -0
  105. metadata +189 -0
@@ -0,0 +1,59 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ //
4
+ // Border
5
+ //
6
+
7
+ .border { border: $border-width solid $border-color !important; }
8
+ .border-top { border-top: $border-width solid $border-color !important; }
9
+ .border-right { border-right: $border-width solid $border-color !important; }
10
+ .border-bottom { border-bottom: $border-width solid $border-color !important; }
11
+ .border-left { border-left: $border-width solid $border-color !important; }
12
+
13
+ .border-0 { border: 0 !important; }
14
+ .border-top-0 { border-top: 0 !important; }
15
+ .border-right-0 { border-right: 0 !important; }
16
+ .border-bottom-0 { border-bottom: 0 !important; }
17
+ .border-left-0 { border-left: 0 !important; }
18
+
19
+ @each $color, $value in $theme-colors {
20
+ .border-#{$color} {
21
+ border-color: $value !important;
22
+ }
23
+ }
24
+
25
+ .border-white {
26
+ border-color: $white !important;
27
+ }
28
+
29
+ //
30
+ // Border-radius
31
+ //
32
+
33
+ .rounded {
34
+ border-radius: $border-radius !important;
35
+ }
36
+ .rounded-top {
37
+ border-top-left-radius: $border-radius !important;
38
+ border-top-right-radius: $border-radius !important;
39
+ }
40
+ .rounded-right {
41
+ border-top-right-radius: $border-radius !important;
42
+ border-bottom-right-radius: $border-radius !important;
43
+ }
44
+ .rounded-bottom {
45
+ border-bottom-right-radius: $border-radius !important;
46
+ border-bottom-left-radius: $border-radius !important;
47
+ }
48
+ .rounded-left {
49
+ border-top-left-radius: $border-radius !important;
50
+ border-bottom-left-radius: $border-radius !important;
51
+ }
52
+
53
+ .rounded-circle {
54
+ border-radius: 50% !important;
55
+ }
56
+
57
+ .rounded-0 {
58
+ border-radius: 0 !important;
59
+ }
@@ -0,0 +1,3 @@
1
+ .clearfix {
2
+ @include clearfix();
3
+ }
@@ -0,0 +1,38 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ //
4
+ // Utilities for common `display` values
5
+ //
6
+
7
+ @each $breakpoint in map-keys($grid-breakpoints) {
8
+ @include media-breakpoint-up($breakpoint) {
9
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
10
+
11
+ .d#{$infix}-none { display: none !important; }
12
+ .d#{$infix}-inline { display: inline !important; }
13
+ .d#{$infix}-inline-block { display: inline-block !important; }
14
+ .d#{$infix}-block { display: block !important; }
15
+ .d#{$infix}-table { display: table !important; }
16
+ .d#{$infix}-table-row { display: table-row !important; }
17
+ .d#{$infix}-table-cell { display: table-cell !important; }
18
+ .d#{$infix}-flex { display: flex !important; }
19
+ .d#{$infix}-inline-flex { display: inline-flex !important; }
20
+ }
21
+ }
22
+
23
+
24
+ //
25
+ // Utilities for toggling `display` in print
26
+ //
27
+
28
+ @media print {
29
+ .d-print-none { display: none !important; }
30
+ .d-print-inline { display: inline !important; }
31
+ .d-print-inline-block { display: inline-block !important; }
32
+ .d-print-block { display: block !important; }
33
+ .d-print-table { display: table !important; }
34
+ .d-print-table-row { display: table-row !important; }
35
+ .d-print-table-cell { display: table-cell !important; }
36
+ .d-print-flex { display: flex !important; }
37
+ .d-print-inline-flex { display: inline-flex !important; }
38
+ }
@@ -0,0 +1,52 @@
1
+ // Credit: Nicolas Gallagher and SUIT CSS.
2
+
3
+ .embed-responsive {
4
+ position: relative;
5
+ display: block;
6
+ width: 100%;
7
+ padding: 0;
8
+ overflow: hidden;
9
+
10
+ &::before {
11
+ display: block;
12
+ content: "";
13
+ }
14
+
15
+ .embed-responsive-item,
16
+ iframe,
17
+ embed,
18
+ object,
19
+ video {
20
+ position: absolute;
21
+ top: 0;
22
+ bottom: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ border: 0;
27
+ }
28
+ }
29
+
30
+ .embed-responsive-21by9 {
31
+ &::before {
32
+ padding-top: percentage(9 / 21);
33
+ }
34
+ }
35
+
36
+ .embed-responsive-16by9 {
37
+ &::before {
38
+ padding-top: percentage(9 / 16);
39
+ }
40
+ }
41
+
42
+ .embed-responsive-4by3 {
43
+ &::before {
44
+ padding-top: percentage(3 / 4);
45
+ }
46
+ }
47
+
48
+ .embed-responsive-1by1 {
49
+ &::before {
50
+ padding-top: percentage(1 / 1);
51
+ }
52
+ }
@@ -0,0 +1,51 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Flex variation
4
+ //
5
+ // Custom styles for additional flex alignment options.
6
+
7
+ @each $breakpoint in map-keys($grid-breakpoints) {
8
+ @include media-breakpoint-up($breakpoint) {
9
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
10
+
11
+ .flex#{$infix}-row { flex-direction: row !important; }
12
+ .flex#{$infix}-column { flex-direction: column !important; }
13
+ .flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }
14
+ .flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }
15
+
16
+ .flex#{$infix}-wrap { flex-wrap: wrap !important; }
17
+ .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
18
+ .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
19
+ .flex#{$infix}-fill { flex: 1 1 auto !important; }
20
+ .flex#{$infix}-grow-0 { flex-grow: 0 !important; }
21
+ .flex#{$infix}-grow-1 { flex-grow: 1 !important; }
22
+ .flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }
23
+ .flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }
24
+
25
+ .justify-content#{$infix}-start { justify-content: flex-start !important; }
26
+ .justify-content#{$infix}-end { justify-content: flex-end !important; }
27
+ .justify-content#{$infix}-center { justify-content: center !important; }
28
+ .justify-content#{$infix}-between { justify-content: space-between !important; }
29
+ .justify-content#{$infix}-around { justify-content: space-around !important; }
30
+
31
+ .align-items#{$infix}-start { align-items: flex-start !important; }
32
+ .align-items#{$infix}-end { align-items: flex-end !important; }
33
+ .align-items#{$infix}-center { align-items: center !important; }
34
+ .align-items#{$infix}-baseline { align-items: baseline !important; }
35
+ .align-items#{$infix}-stretch { align-items: stretch !important; }
36
+
37
+ .align-content#{$infix}-start { align-content: flex-start !important; }
38
+ .align-content#{$infix}-end { align-content: flex-end !important; }
39
+ .align-content#{$infix}-center { align-content: center !important; }
40
+ .align-content#{$infix}-between { align-content: space-between !important; }
41
+ .align-content#{$infix}-around { align-content: space-around !important; }
42
+ .align-content#{$infix}-stretch { align-content: stretch !important; }
43
+
44
+ .align-self#{$infix}-auto { align-self: auto !important; }
45
+ .align-self#{$infix}-start { align-self: flex-start !important; }
46
+ .align-self#{$infix}-end { align-self: flex-end !important; }
47
+ .align-self#{$infix}-center { align-self: center !important; }
48
+ .align-self#{$infix}-baseline { align-self: baseline !important; }
49
+ .align-self#{$infix}-stretch { align-self: stretch !important; }
50
+ }
51
+ }
@@ -0,0 +1,9 @@
1
+ @each $breakpoint in map-keys($grid-breakpoints) {
2
+ @include media-breakpoint-up($breakpoint) {
3
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
4
+
5
+ .float#{$infix}-left { @include float-left; }
6
+ .float#{$infix}-right { @include float-right; }
7
+ .float#{$infix}-none { @include float-none; }
8
+ }
9
+ }
@@ -0,0 +1,37 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Common values
4
+
5
+ // Sass list not in variables since it's not intended for customization.
6
+ // stylelint-disable-next-line scss/dollar-variable-default
7
+ $positions: static, relative, absolute, fixed, sticky;
8
+
9
+ @each $position in $positions {
10
+ .position-#{$position} { position: $position !important; }
11
+ }
12
+
13
+ // Shorthand
14
+
15
+ .fixed-top {
16
+ position: fixed;
17
+ top: 0;
18
+ right: 0;
19
+ left: 0;
20
+ z-index: $zindex-fixed;
21
+ }
22
+
23
+ .fixed-bottom {
24
+ position: fixed;
25
+ right: 0;
26
+ bottom: 0;
27
+ left: 0;
28
+ z-index: $zindex-fixed;
29
+ }
30
+
31
+ .sticky-top {
32
+ @supports (position: sticky) {
33
+ position: sticky;
34
+ top: 0;
35
+ z-index: $zindex-sticky;
36
+ }
37
+ }
@@ -0,0 +1,11 @@
1
+ //
2
+ // Screenreaders
3
+ //
4
+
5
+ .sr-only {
6
+ @include sr-only();
7
+ }
8
+
9
+ .sr-only-focusable {
10
+ @include sr-only-focusable();
11
+ }
@@ -0,0 +1,6 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ .shadow-sm { box-shadow: $box-shadow-sm !important; }
4
+ .shadow { box-shadow: $box-shadow !important; }
5
+ .shadow-lg { box-shadow: $box-shadow-lg !important; }
6
+ .shadow-none { box-shadow: none !important; }
@@ -0,0 +1,12 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Width and height
4
+
5
+ @each $prop, $abbrev in (width: w, height: h) {
6
+ @each $size, $length in $sizes {
7
+ .#{$abbrev}-#{$size} { #{$prop}: $length !important; }
8
+ }
9
+ }
10
+
11
+ .mw-100 { max-width: 100% !important; }
12
+ .mh-100 { max-height: 100% !important; }
@@ -0,0 +1,51 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Margin and Padding
4
+
5
+ @each $breakpoint in map-keys($grid-breakpoints) {
6
+ @include media-breakpoint-up($breakpoint) {
7
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
8
+
9
+ @each $prop, $abbrev in (margin: m, padding: p) {
10
+ @each $size, $length in $spacers {
11
+
12
+ .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
13
+ .#{$abbrev}t#{$infix}-#{$size},
14
+ .#{$abbrev}y#{$infix}-#{$size} {
15
+ #{$prop}-top: $length !important;
16
+ }
17
+ .#{$abbrev}r#{$infix}-#{$size},
18
+ .#{$abbrev}x#{$infix}-#{$size} {
19
+ #{$prop}-right: $length !important;
20
+ }
21
+ .#{$abbrev}b#{$infix}-#{$size},
22
+ .#{$abbrev}y#{$infix}-#{$size} {
23
+ #{$prop}-bottom: $length !important;
24
+ }
25
+ .#{$abbrev}l#{$infix}-#{$size},
26
+ .#{$abbrev}x#{$infix}-#{$size} {
27
+ #{$prop}-left: $length !important;
28
+ }
29
+ }
30
+ }
31
+
32
+ // Some special margin utils
33
+ .m#{$infix}-auto { margin: auto !important; }
34
+ .mt#{$infix}-auto,
35
+ .my#{$infix}-auto {
36
+ margin-top: auto !important;
37
+ }
38
+ .mr#{$infix}-auto,
39
+ .mx#{$infix}-auto {
40
+ margin-right: auto !important;
41
+ }
42
+ .mb#{$infix}-auto,
43
+ .my#{$infix}-auto {
44
+ margin-bottom: auto !important;
45
+ }
46
+ .ml#{$infix}-auto,
47
+ .mx#{$infix}-auto {
48
+ margin-left: auto !important;
49
+ }
50
+ }
51
+ }
@@ -0,0 +1,58 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ //
4
+ // Text
5
+ //
6
+
7
+ .text-monospace { font-family: $font-family-monospace; }
8
+
9
+ // Alignment
10
+
11
+ .text-justify { text-align: justify !important; }
12
+ .text-nowrap { white-space: nowrap !important; }
13
+ .text-truncate { @include text-truncate; }
14
+
15
+ // Responsive alignment
16
+
17
+ @each $breakpoint in map-keys($grid-breakpoints) {
18
+ @include media-breakpoint-up($breakpoint) {
19
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
20
+
21
+ .text#{$infix}-left { text-align: left !important; }
22
+ .text#{$infix}-right { text-align: right !important; }
23
+ .text#{$infix}-center { text-align: center !important; }
24
+ }
25
+ }
26
+
27
+ // Transformation
28
+
29
+ .text-lowercase { text-transform: lowercase !important; }
30
+ .text-uppercase { text-transform: uppercase !important; }
31
+ .text-capitalize { text-transform: capitalize !important; }
32
+
33
+ // Weight and italics
34
+
35
+ .font-weight-light { font-weight: $font-weight-light !important; }
36
+ .font-weight-normal { font-weight: $font-weight-normal !important; }
37
+ .font-weight-bold { font-weight: $font-weight-bold !important; }
38
+ .font-italic { font-style: italic !important; }
39
+
40
+ // Contextual colors
41
+
42
+ .text-white { color: $white !important; }
43
+
44
+ @each $color, $value in $theme-colors {
45
+ @include text-emphasis-variant(".text-#{$color}", $value);
46
+ }
47
+
48
+ .text-body { color: $body-color !important; }
49
+ .text-muted { color: $text-muted !important; }
50
+
51
+ .text-black-50 { color: rgba($black, .5) !important; }
52
+ .text-white-50 { color: rgba($white, .5) !important; }
53
+
54
+ // Misc
55
+
56
+ .text-hide {
57
+ @include text-hide($ignore-warning: true);
58
+ }
@@ -0,0 +1,11 @@
1
+ //
2
+ // Visibility utilities
3
+ //
4
+
5
+ .visible {
6
+ @include invisible(visible);
7
+ }
8
+
9
+ .invisible {
10
+ @include invisible(hidden);
11
+ }
@@ -0,0 +1,78 @@
1
+ @include font-face(muli, "/assets/fonts/muli/Muli-Regular", 300, normal, ttf);
2
+ @include font-face(muli, "/assets/fonts/muli/Muli-Bold", 600, bold, ttf);
3
+ // @include font-face(woodford, "/assets/fonts/woodford/woodfordbourne-thin", 100, thin, otf);
4
+ // @include font-face(woodford, "/assets/fonts/woodford/woodfordbourne-thinitalic", 100, italic, otf);
5
+
6
+ //========= global styles ==========
7
+ html, body {
8
+ font: {
9
+ size: 16px;
10
+ family: "muli";
11
+ }
12
+ overflow-x: hidden;
13
+ }
14
+ h1,h2,h3,h4,h5,
15
+ .h1,.h2,.h3,.h4,.h5,{
16
+ // font-family: "playfair";
17
+ font-weight: bold;
18
+ }
19
+ app-header {
20
+ max-height: $h-header;
21
+ display: block;
22
+
23
+ /* @media (max-width: 767px) {
24
+ max-height: 5rem;
25
+ } */
26
+ }
27
+ a {
28
+ outline: none;
29
+ cursor: pointer;
30
+ }
31
+ table{
32
+ height: 100%;
33
+ width: 100%;
34
+ }
35
+ .gray-bg{
36
+ background: $gray*1.15;
37
+ }
38
+ .main-content {
39
+ min-height: calc(100vh - #{$h-header} - #{$h-footer});
40
+ @media (min-width: 768px) {
41
+ min-height: calc(100vh - #{$h-header} - #{$h-footer-br});
42
+ }
43
+ }
44
+ .error-msg{
45
+ color: $danger;
46
+ }
47
+ .text-lg{
48
+ font-size: 1.2rem;
49
+ }
50
+ .decoration-none{
51
+ text-decoration: none;
52
+ }
53
+ .bottom-tabs{
54
+ padding-bottom: 4.5rem!important;
55
+ position: relative;
56
+ }
57
+ label {
58
+ color: $dark;
59
+ }
60
+ .form-control::placeholder{
61
+ color: $gray;
62
+ }
63
+ .ddd {
64
+ @include ddd;
65
+ }
66
+ // images
67
+ .btn-delete {
68
+ position: absolute;
69
+ bottom: 1rem;
70
+ right: 15%;
71
+ opacity: 0.5;
72
+ border-radius: 0.3rem;
73
+ @include transition;
74
+
75
+ &:hover {
76
+ opacity: 1;
77
+ }
78
+ }
@@ -0,0 +1,12 @@
1
+ header {
2
+ border-top: 0.4rem solid $primary;
3
+
4
+ .main-logo{
5
+ $size: 10rem;
6
+ height: $size;
7
+ width: $size;
8
+ border-radius: 100%;
9
+ background-color: $gray;
10
+ display: inline-block;
11
+ }
12
+ }
data/_sass/theme.scss ADDED
@@ -0,0 +1,5 @@
1
+ @import 'bootstrap/bootstrap';
2
+ @import 'mixins';
3
+
4
+ @import 'theme/global';
5
+ @import 'theme/header';
Binary file
Binary file
Binary file
@@ -0,0 +1,6 @@
1
+ ---
2
+ # this ensures Jekyll reads the file to be transformed into CSS later
3
+ # only Main files contain this front matter, not partials.
4
+ ---
5
+
6
+ @import 'theme';