We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0411671 commit f677057Copy full SHA for f677057
docs/styles/global/_ui.scss
@@ -1,5 +1,4 @@
1
@use './vars';
2
-@use '@material/top-app-bar/variables' as top-app-bar-variables;
3
4
@use '@material/theme/theme-color' with (
5
$primary: vars.$primary,
@@ -28,6 +27,8 @@
28
27
$form-item-margin-bottom: 10px
29
);
30
+@use '@material/top-app-bar/variables' as top-app-bar-variables;
31
+
32
$mobile-breakpoint: top-app-bar-variables.$mobile-breakpoint;
33
$topAppBar-row-height: top-app-bar-variables.$row-height;
34
$topAppBar-mobile-row-height: top-app-bar-variables.$mobile-row-height;
0 commit comments