|
|
@@ -12,6 +12,9 @@ a.ck.ck-button {
|
|
|
@mixin ck-tooltip_enabled;
|
|
|
|
|
|
position: relative;
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: left;
|
|
|
|
|
|
&.ck-button_with-text {
|
|
|
& .ck-button__label {
|
|
|
@@ -19,6 +22,11 @@ a.ck.ck-button {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /* Center the icon horizontally in a button without text. */
|
|
|
+ &:not(.ck-button_with-text) {
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
&:hover {
|
|
|
@mixin ck-tooltip_visible;
|
|
|
}
|