|
|
@@ -1,3 +1,18 @@
|
|
|
+@use '@growi/core/scss/bootstrap/init' as bs;
|
|
|
+
|
|
|
+@use './button-styles';
|
|
|
+
|
|
|
+// PageItemControl styles
|
|
|
.grw-page-controls :global {
|
|
|
+ .btn-page-item-control {
|
|
|
+ @extend %btn-basis;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
+// == Colors
|
|
|
+// PageItemControl colors
|
|
|
+.grw-page-controls :global {
|
|
|
+ .btn-page-item-control {
|
|
|
+ @include button-styles.btn-color(bs.$gray-500);
|
|
|
+ }
|
|
|
}
|