summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-22 18:22:30 +0100
committerVolpeon <git@volpeon.ink>2023-02-22 18:22:30 +0100
commit32c3df6ec031f076bdccb45f09d196447fed2600 (patch)
tree972b30779cc479050c00f57d65d329d6d0f38e88
parentMore avatar sizes (diff)
downloadiro-design-32c3df6ec031f076bdccb45f09d196447fed2600.tar.gz
iro-design-32c3df6ec031f076bdccb45f09d196447fed2600.tar.bz2
iro-design-32c3df6ec031f076bdccb45f09d196447fed2600.zip
Action Button valign fix
-rw-r--r--src/_apply-vars.scss20
-rw-r--r--src/objects/_action-button.scss1
2 files changed, 1 insertions, 20 deletions
diff --git a/src/_apply-vars.scss b/src/_apply-vars.scss
index df1b491..5cf5742 100644
--- a/src/_apply-vars.scss
+++ b/src/_apply-vars.scss
@@ -45,16 +45,6 @@
45 } 45 }
46} 46}
47 47
48// @include iro.bem-theme('lo') {
49// @include iro.props-assign('colors');
50// @include iro.props-assign('palette-light-lo');
51//
52// @media (prefers-color-scheme: dark) {
53// @include iro.props-assign('colors-dark');
54// @include iro.props-assign('palette-dark-lo');
55// }
56// }
57
58@include iro.bem-theme('up') { 48@include iro.bem-theme('up') {
59 @include iro.props-assign('colors'); 49 @include iro.props-assign('colors');
60 @include iro.props-assign('palette-light-hi'); 50 @include iro.props-assign('palette-light-hi');
@@ -74,13 +64,3 @@
74 @include iro.props-assign('palette-dark-hi'); 64 @include iro.props-assign('palette-dark-hi');
75 } 65 }
76} 66}
77
78// @include iro.bem-theme('lowered2') {
79// @include iro.props-assign('colors');
80// @include iro.props-assign('palette-light-lo2');
81//
82// @media (prefers-color-scheme: dark) {
83// @include iro.props-assign('colors-dark');
84// @include iro.props-assign('palette-dark-hi2');
85// }
86// }
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss
index edb9200..cfd859c 100644
--- a/src/objects/_action-button.scss
+++ b/src/objects/_action-button.scss
@@ -84,6 +84,7 @@
84 text-align: center; 84 text-align: center;
85 text-decoration: none; 85 text-decoration: none;
86 text-overflow: ellipsis; 86 text-overflow: ellipsis;
87 vertical-align: top;
87 white-space: nowrap; 88 white-space: nowrap;
88 89
89 &:link, 90 &:link,