aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/components/icons.scss
diff options
context:
space:
mode:
authorDanielh112 <Daniel@sbgsportssoftware.com>2020-08-18 11:29:25 +0100
committerDanielh112 <Daniel@sbgsportssoftware.com>2020-08-18 11:29:25 +0100
commitf7e9ee56d2ed5447f59e5548f005fabdab2f0a72 (patch)
treea16300fa62e68b3310ae96e36dba65981f0024ef /demo/src/sass/components/icons.scss
parent22af7f16ea4a4269321d29242d63ec23718c92da (diff)
parent423b7b276f1572eb666de32094a9aacd32e87d18 (diff)
downloadplyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.tar.lz
plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.tar.xz
plyr-f7e9ee56d2ed5447f59e5548f005fabdab2f0a72.zip
Fix merge conflicts
Diffstat (limited to 'demo/src/sass/components/icons.scss')
-rw-r--r--demo/src/sass/components/icons.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/demo/src/sass/components/icons.scss b/demo/src/sass/components/icons.scss
index ec9f8c5c..32e5f685 100644
--- a/demo/src/sass/components/icons.scss
+++ b/demo/src/sass/components/icons.scss
@@ -4,20 +4,20 @@
// Base size icon styles
.icon {
- fill: currentColor;
- height: $icon-size;
- vertical-align: -3px;
- width: $icon-size;
+ fill: currentColor;
+ height: $icon-size;
+ vertical-align: -3px;
+ width: $icon-size;
}
// Within elements
a svg,
button svg,
label svg {
- pointer-events: none;
+ pointer-events: none;
}
a .icon,
.btn .icon {
- margin-right: ($spacing-base / 2);
+ margin-right: ($spacing-base / 2);
}