aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/styles/custom-style/_util.scss
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-08-05 00:30:33 +0200
committerivarlovlie <git@ivarlovlie.no>2022-08-05 00:30:41 +0200
commita84cb76da742c0928a3c72b8ff967b8313f0d269 (patch)
tree304bed84b56cddf2924d912375c5444faedfd5b5 /apps/web-shared/src/styles/custom-style/_util.scss
parent2e435683aa0080bda6e8be0955e86b03004e70fb (diff)
downloadgreatoffice-a84cb76da742c0928a3c72b8ff967b8313f0d269.tar.xz
greatoffice-a84cb76da742c0928a3c72b8ff967b8313f0d269.zip
refactor: Update shared base styles
Diffstat (limited to 'apps/web-shared/src/styles/custom-style/_util.scss')
-rw-r--r--apps/web-shared/src/styles/custom-style/_util.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/web-shared/src/styles/custom-style/_util.scss b/apps/web-shared/src/styles/custom-style/_util.scss
index 5677630..5d976a4 100644
--- a/apps/web-shared/src/styles/custom-style/_util.scss
+++ b/apps/web-shared/src/styles/custom-style/_util.scss
@@ -9,15 +9,15 @@
.border-none {
border: none !important;
}
+// }
-@each $breakpoint, $value in $breakpoints {
- @include breakpoint(#{$breakpoint}) {
- .border-none\@#{$breakpoint} {
- border: none !important;
- }
- }
-}
-
+// 👇 (optional) create responsive variations - edit only [my-util-class, property, value]
+// @each $breakpoint, $value in $breakpoints {
+// @include breakpoint(#{$breakpoint}) {
+// .my-util-class\@#{$breakpoint} {
+// property: value;
+// }
+// }
.left-unset {
left: unset !important;
}
@@ -38,4 +38,4 @@
&:active {
color: var(--color-white) !important;
}
-}
+} \ No newline at end of file