activeadmin_blaze_theme 0.7.0 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +13 -0
  3. data/README.md +30 -8
  4. data/activeadmin_blaze_theme.gemspec +1 -13
  5. data/app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss +1 -0
  6. data/app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss +1 -1
  7. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.colors.scss +30 -0
  8. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss +43 -49
  9. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss +12 -0
  10. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss +59 -0
  11. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss +36 -0
  12. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss +60 -0
  13. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss +20 -0
  14. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss +49 -0
  15. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss +77 -0
  16. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss +69 -0
  17. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss +213 -0
  18. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss +14 -0
  19. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss +27 -0
  20. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss +163 -0
  21. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss +135 -0
  22. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss +31 -0
  23. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss +60 -0
  24. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss +126 -0
  25. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss +33 -0
  26. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss +42 -0
  27. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss +51 -0
  28. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss +114 -0
  29. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss +88 -0
  30. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss +72 -0
  31. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss +42 -0
  32. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss +74 -0
  33. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_components.tooltips.scss → components.tooltips.scss} +30 -28
  34. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss +47 -0
  35. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss +95 -0
  36. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss +13 -0
  37. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss +6 -0
  38. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss +8 -0
  39. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss +43 -82
  40. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss +40 -2
  41. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss +22 -0
  42. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss +10 -0
  43. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss +29 -0
  44. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss +89 -0
  45. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss +5 -0
  46. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss +6 -0
  47. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss +25 -0
  48. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss +10 -0
  49. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss +10 -38
  50. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss +864 -0
  51. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss +34 -13
  52. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.boxing.scss +125 -0
  53. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss +46 -6
  54. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss +29 -0
  55. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss +88 -0
  56. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss +25 -0
  57. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.grid.responsive.scss → objects.grid.responsive.scss} +14 -14
  58. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.grid.scss → objects.grid.scss} +2 -2
  59. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.images.scss → objects.images.scss} +1 -1
  60. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.media.scss → objects.media.scss} +3 -3
  61. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss +58 -0
  62. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.panels.scss → objects.panels.scss} +11 -1
  63. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss +7 -0
  64. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_utilities.alignment.scss → utilities.alignment.scss} +1 -1
  65. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss +101 -0
  66. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss +19 -0
  67. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss +25 -0
  68. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.visibility.scss +45 -0
  69. data/lib/activeadmin_blaze_theme.rb +3 -3
  70. data/lib/activeadmin_blaze_theme/version.rb +1 -1
  71. data/package.json +1 -1
  72. metadata +59 -206
  73. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss +0 -11
  74. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss +0 -78
  75. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss +0 -38
  76. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss +0 -17
  77. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss +0 -71
  78. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss +0 -24
  79. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss +0 -91
  80. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss +0 -80
  81. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss +0 -195
  82. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss +0 -39
  83. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss +0 -24
  84. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss +0 -131
  85. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss +0 -12
  86. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss +0 -21
  87. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss +0 -164
  88. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss +0 -128
  89. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss +0 -72
  90. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss +0 -64
  91. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss +0 -83
  92. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss +0 -23
  93. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss +0 -31
  94. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss +0 -83
  95. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss +0 -176
  96. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss +0 -86
  97. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss +0 -68
  98. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss +0 -39
  99. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss +0 -113
  100. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss +0 -89
  101. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss +0 -48
  102. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss +0 -17
  103. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss +0 -37
  104. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss +0 -91
  105. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.forms.scss +0 -25
  106. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.modals.scss +0 -70
  107. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss +0 -111
  108. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss +0 -17
  109. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss +0 -11
  110. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss +0 -23
  111. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss +0 -160
  112. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss +0 -54
  113. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss +0 -93
  114. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss +0 -7
@@ -1,17 +0,0 @@
1
- html,
2
- :root,
3
- :host {
4
- box-sizing: border-box;
5
- line-height: 1.15;
6
- -webkit-text-size-adjust: 100%;
7
- }
8
-
9
- *,
10
- *::before,
11
- *::after {
12
- box-sizing: inherit;
13
- }
14
-
15
- body {
16
- margin: 0;
17
- }
@@ -1,37 +0,0 @@
1
- @import 'mixins/tools.mediaqueries';
2
-
3
- @mixin responsive-container($screen-width) {
4
- @each $size, $width in $screen-limits {
5
- &--#{$size}\@#{$screen-width} {
6
- max-width: $width;
7
- }
8
- }
9
- }
10
-
11
- .o-container {
12
- @include screen-and-up(xsmall) {
13
- @include responsive-container(xsmall);
14
- }
15
- @include screen-and-up(small) {
16
- @include responsive-container(small);
17
- }
18
- @include screen-and-up(medium) {
19
- @include responsive-container(medium);
20
- }
21
- @include screen-and-up(large) {
22
- @include responsive-container(large);
23
- }
24
- @include screen-and-up(xlarge) {
25
- @include responsive-container(xlarge);
26
- }
27
- @include screen-and-up(super) {
28
- @include responsive-container(super);
29
- }
30
-
31
- margin: auto;
32
- @each $size, $width in $screen-limits {
33
- &--#{$size} {
34
- max-width: $width;
35
- }
36
- }
37
- }
@@ -1,91 +0,0 @@
1
- @import 'mixins/objects.grid';
2
-
3
- aside.o-drawer {
4
- position: fixed;
5
- z-index: var(--z-over-everything);
6
- overflow-x: hidden;
7
- overflow-y: auto;
8
- color: inherit;
9
- background-color: var(--color-background);
10
- visibility: hidden;
11
- -webkit-overflow-scrolling: touch;
12
-
13
- .c-card {
14
- background-color: transparent;
15
- box-shadow: none;
16
- }
17
-
18
- &:not(.o-drawer--visible) {
19
- &.u-high,
20
- &.u-higher,
21
- &.u-highest {
22
- box-shadow: none;
23
- }
24
- }
25
-
26
- &.o-drawer--bottom,
27
- &.o-drawer--top {
28
- left: 0;
29
- width: 80%;
30
- height: auto;
31
- margin-left: 10%;
32
- transform: translate(0, 0);
33
- }
34
-
35
- &.o-drawer--bottom {
36
- top: 100%;
37
- border-radius: var(--border-radius) var(--border-radius) 0 0;
38
- }
39
-
40
- &.o-drawer--bottom.o-drawer--visible {
41
- transform: translateY(-99%);
42
- }
43
-
44
- &.o-drawer--top {
45
- bottom: 100%;
46
- border-radius: 0 0 var(--border-radius) var(--border-radius);
47
- }
48
-
49
- &.o-drawer--top.o-drawer--visible {
50
- transform: translateY(99%);
51
- }
52
-
53
- &.o-drawer--left,
54
- &.o-drawer--right {
55
- top: 0;
56
- width: 260px;
57
- height: 100%;
58
-
59
- .c-card__footer--block {
60
- position: absolute;
61
- bottom: 0;
62
- width: 100%;
63
-
64
- .c-button {
65
- border-radius: 0;
66
- }
67
- }
68
- }
69
-
70
- &.o-drawer--left {
71
- left: 0;
72
- transform: translateX(-100%);
73
- }
74
-
75
- &.o-drawer--left.o-drawer--visible {
76
- transform: translateX(-1%);
77
- }
78
-
79
- &.o-drawer--right {
80
- left: 100%;
81
- transform: translate(0, 0);
82
- }
83
-
84
- &.o-drawer--right.o-drawer--visible {
85
- transform: translateX(-99%);
86
- }
87
-
88
- &.o-drawer--visible {
89
- visibility: visible;
90
- }
91
- }
@@ -1,25 +0,0 @@
1
- @import 'mixins/objects.grid';
2
- @import 'mixins/components.inputs';
3
-
4
- .o-fieldset,
5
- .o-fieldset.c-list {
6
- display: block;
7
- width: 100%;
8
- margin: var(--spacing-small) 0;
9
- padding: 0;
10
- border: 0;
11
- }
12
-
13
- .o-fieldset__legend {
14
- @include label;
15
- padding: var(--spacing-xsmall) 0;
16
- }
17
-
18
- .o-form-element {
19
- position: relative;
20
- padding: var(--spacing-medium) 0;
21
-
22
- .c-label:first-child {
23
- padding: 0 0 var(--spacing-small) 0;
24
- }
25
- }
@@ -1,70 +0,0 @@
1
- .o-modal[role='dialog'] {
2
- position: fixed;
3
- top: 50%;
4
- left: 50%;
5
- z-index: var(--z-over-everything);
6
- display: block;
7
- width: 75%;
8
- overflow: hidden;
9
- background-color: var(--color-background);
10
- border: 0;
11
- border-radius: var(--border-radius);
12
- transform: translate(-50%, -50%);
13
- visibility: hidden;
14
- opacity: 0;
15
-
16
- > .c-card {
17
- background-color: transparent;
18
- box-shadow: none;
19
-
20
- .c-card__body {
21
- position: relative;
22
- }
23
- }
24
-
25
- &.o-modal--ghost {
26
- color: #fff;
27
- background-color: var(--color-transparent);
28
-
29
- .c-heading {
30
- color: #fff;
31
- }
32
- }
33
-
34
- &.o-modal--full {
35
- top: 1em;
36
- left: 1em;
37
- width: calc(100% - 2em);
38
- height: calc(100% - 2em);
39
- transform: none;
40
-
41
- .c-card:first-child {
42
- box-shadow: none;
43
- }
44
-
45
- .c-card__body {
46
- position: absolute;
47
- top: 3.5em;
48
- bottom: 4em;
49
- width: 100%;
50
- overflow-x: hidden;
51
- overflow-y: auto;
52
- -webkit-overflow-scrolling: touch;
53
- }
54
-
55
- .c-card__footer {
56
- position: absolute;
57
- bottom: 0;
58
- width: 100%;
59
- }
60
- }
61
-
62
- &.o-modal--visible {
63
- visibility: visible;
64
- opacity: 1;
65
- }
66
- }
67
-
68
- .c-button--close {
69
- top: var(--spacing-small);
70
- }
@@ -1,111 +0,0 @@
1
- .u-letter-box-super {
2
- padding-top: var(--spacing-super) !important;
3
- padding-bottom: var(--spacing-super) !important;
4
- }
5
-
6
- .u-letter-box-xlarge {
7
- padding-top: var(--spacing-xlarge) !important;
8
- padding-bottom: var(--spacing-xlarge) !important;
9
- }
10
-
11
- .u-letter-box-large {
12
- padding-top: var(--spacing-large) !important;
13
- padding-bottom: var(--spacing-large) !important;
14
- }
15
-
16
- .u-letter-box-medium {
17
- padding-top: var(--spacing-medium) !important;
18
- padding-bottom: var(--spacing-medium) !important;
19
- }
20
-
21
- .u-letter-box-small {
22
- padding-top: var(--spacing-small) !important;
23
- padding-bottom: var(--spacing-small) !important;
24
- }
25
-
26
- .u-letter-box-xsmall {
27
- padding-top: var(--spacing-xsmall) !important;
28
- padding-bottom: var(--spacing-xsmall) !important;
29
- }
30
-
31
- .u-letter-box-tiny {
32
- padding-top: var(--spacing-tiny) !important;
33
- padding-bottom: var(--spacing-tiny) !important;
34
- }
35
-
36
- .u-letter-box-none {
37
- padding-top: 0 !important;
38
- padding-bottom: 0 !important;
39
- }
40
-
41
- .u-pillar-box-super {
42
- padding-right: var(--spacing-super) !important;
43
- padding-left: var(--spacing-super) !important;
44
- }
45
-
46
- .u-pillar-box-xlarge {
47
- padding-right: var(--spacing-xlarge) !important;
48
- padding-left: var(--spacing-xlarge) !important;
49
- }
50
-
51
- .u-pillar-box-large {
52
- padding-right: var(--spacing-large) !important;
53
- padding-left: var(--spacing-large) !important;
54
- }
55
-
56
- .u-pillar-box-medium {
57
- padding-right: var(--spacing-medium) !important;
58
- padding-left: var(--spacing-medium) !important;
59
- }
60
-
61
- .u-pillar-box-small {
62
- padding-right: var(--spacing-small) !important;
63
- padding-left: var(--spacing-small) !important;
64
- }
65
-
66
- .u-pillar-box-xsmall {
67
- padding-right: var(--spacing-xsmall) !important;
68
- padding-left: var(--spacing-xsmall) !important;
69
- }
70
-
71
- .u-pillar-box-tiny {
72
- padding-right: var(--spacing-tiny) !important;
73
- padding-left: var(--spacing-tiny) !important;
74
- }
75
-
76
- .u-pillar-box-none {
77
- padding-right: 0 !important;
78
- padding-left: 0 !important;
79
- }
80
-
81
- .u-window-box-super {
82
- padding: var(--spacing-super) !important;
83
- }
84
-
85
- .u-window-box-xlarge {
86
- padding: var(--spacing-xlarge) !important;
87
- }
88
-
89
- .u-window-box-large {
90
- padding: var(--spacing-large) !important;
91
- }
92
-
93
- .u-window-box-medium {
94
- padding: var(--spacing-medium) !important;
95
- }
96
-
97
- .u-window-box-small {
98
- padding: var(--spacing-small) !important;
99
- }
100
-
101
- .u-window-box-xsmall {
102
- padding: var(--spacing-xsmall) !important;
103
- }
104
-
105
- .u-window-box-tiny {
106
- padding: var(--spacing-tiny) !important;
107
- }
108
-
109
- .u-window-box-none {
110
- padding: 0 !important;
111
- }
@@ -1,17 +0,0 @@
1
- .u-high,
2
- .u-higher,
3
- .u-highest {
4
- border: 0;
5
- }
6
-
7
- .u-high {
8
- box-shadow: var(--box-shadow-high);
9
- }
10
-
11
- .u-higher {
12
- box-shadow: var(--box-shadow-higher);
13
- }
14
-
15
- .u-highest {
16
- box-shadow: var(--box-shadow-highest);
17
- }
@@ -1,11 +0,0 @@
1
- .u-round-corners {
2
- border-radius: var(--border-radius);
3
- }
4
-
5
- .u-rounded {
6
- border-radius: var(--border-radius-rounded);
7
- }
8
-
9
- .u-round {
10
- border-radius: 100%;
11
- }
@@ -1,23 +0,0 @@
1
- .u-super {
2
- font-size: var(--text-font-size-super);
3
- }
4
-
5
- .u-xlarge {
6
- font-size: var(--text-font-size-xlarge);
7
- }
8
-
9
- .u-large {
10
- font-size: var(--text-font-size-large);
11
- }
12
-
13
- .u-medium {
14
- font-size: var(--text-font-size-medium);
15
- }
16
-
17
- .u-small {
18
- font-size: var(--text-font-size-small);
19
- }
20
-
21
- .u-xsmall {
22
- font-size: var(--text-font-size-xsmall);
23
- }
@@ -1,160 +0,0 @@
1
- @mixin gradient-text($from, $to) {
2
- background-image: linear-gradient(135deg, $from, $to);
3
- }
4
-
5
- @mixin paragraph {
6
- display: block;
7
- margin: 0;
8
- padding: var(--spacing-small) 0;
9
- }
10
-
11
- @mixin code {
12
- display: inline;
13
- margin: 0 calc(-1 * var(--spacing-tiny));
14
- padding: var(--spacing-xsmall) var(--spacing-xsmall) var(--spacing-tiny);
15
- color: var(--color-text) !important;
16
- font-weight: var(--text-font-weight) !important;
17
- font-family: var(--text-font-family-mono) !important;
18
- background-color: var(--color-dark) !important;
19
- }
20
-
21
- .u-text {
22
- color: var(--color-text);
23
- font-weight: var(--text-font-weight);
24
- font-family: var(--text-font-family);
25
- line-height: var(--text-line-height);
26
- direction: ltr;
27
- text-align: left;
28
- }
29
-
30
- .u-text--rtl {
31
- direction: rtl;
32
- text-align: right;
33
- }
34
-
35
- .u-text--mono {
36
- font-family: var(--text-font-family-mono) !important;
37
- }
38
-
39
- .u-text--highlight {
40
- display: inline;
41
- margin: 0 calc(-1 * var(--spacing-tiny));
42
- padding: var(--spacing-xsmall) var(--spacing-xsmall) var(--spacing-tiny);
43
- color: var(--color-text) !important;
44
- font-weight: var(--text-font-weight) !important;
45
- background-color: var(--color-highlight) !important;
46
- }
47
-
48
- .u-text--quiet {
49
- color: var(--color-quiet) !important;
50
- }
51
-
52
- .u-text--loud {
53
- font-weight: var(--text-font-weight-heavy) !important;
54
- }
55
-
56
- .u-text--normal {
57
- font-weight: normal;
58
- }
59
-
60
- .u-text--italic {
61
- font-style: italic;
62
- }
63
-
64
- .u-text--help[title] {
65
- text-decoration: none !important;
66
- border-bottom: 1px dashed var(--color-default) !important;
67
- cursor: help !important;
68
- }
69
-
70
- .u-pre {
71
- margin: 0;
72
- }
73
-
74
- .u-code {
75
- @include code;
76
- }
77
-
78
- .u-code--multiline {
79
- display: block;
80
- padding: var(--spacing-small) var(--spacing-medium);
81
- overflow-x: auto !important;
82
- white-space: pre !important;
83
- word-wrap: normal !important;
84
- border-radius: var(--border-radius);
85
- }
86
-
87
- .u-kbd {
88
- @include code;
89
- border-bottom: 2px solid var(--color-default);
90
- border-radius: var(--border-radius);
91
- }
92
-
93
- .u-blockquote {
94
- --quotation-border-color: var(--color-default);
95
-
96
- display: block;
97
- margin: 0;
98
- padding: var(--spacing-medium) var(--spacing-large);
99
- font-family: var(--text-font-family-serif) !important;
100
- border-left: 5px solid var(--quotation-border-color) !important;
101
- }
102
-
103
- .u-blockquote--brand {
104
- --quotation-border-color: var(--color-brand);
105
- }
106
-
107
- .u-blockquote--info {
108
- --quotation-border-color: var(--color-info);
109
- }
110
-
111
- .u-blockquote--warning {
112
- --quotation-border-color: var(--color-warning);
113
- }
114
-
115
- .u-blockquote--success {
116
- --quotation-border-color: var(--color-success);
117
- }
118
-
119
- .u-blockquote--error {
120
- --quotation-border-color: var(--color-error);
121
- }
122
-
123
- .u-blockquote__body {
124
- @include paragraph;
125
- font-size: var(--text-font-size-large);
126
- }
127
-
128
- .u-blockquote__footer {
129
- @include paragraph;
130
- color: var(--color-quiet) !important;
131
- font-style: italic !important;
132
- }
133
-
134
- .u-paragraph {
135
- @include paragraph;
136
- }
137
-
138
- .u-gradient-text {
139
- display: inline-block;
140
- color: transparent;
141
- -webkit-background-clip: text;
142
- background-clip: text;
143
- @include gradient-text(blue, purple);
144
-
145
- &--info {
146
- @include gradient-text(skyblue, blue);
147
- }
148
-
149
- &--warning {
150
- @include gradient-text(orange, red);
151
- }
152
-
153
- &--success {
154
- @include gradient-text(green, blue);
155
- }
156
-
157
- &--error {
158
- @include gradient-text(red, purple);
159
- }
160
- }