From 7562532bac1848405c844cbb07a265b16da046fc Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 5 Apr 2019 07:19:34 -0400 Subject: Add vendor/bulma-0.7.4 --- vendor/bulma-0.7.4/sass/elements/icon.sass | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/bulma-0.7.4/sass/elements/icon.sass (limited to 'vendor/bulma-0.7.4/sass/elements/icon.sass') diff --git a/vendor/bulma-0.7.4/sass/elements/icon.sass b/vendor/bulma-0.7.4/sass/elements/icon.sass new file mode 100644 index 0000000..988546c --- /dev/null +++ b/vendor/bulma-0.7.4/sass/elements/icon.sass @@ -0,0 +1,21 @@ +$icon-dimensions: 1.5rem !default +$icon-dimensions-small: 1rem !default +$icon-dimensions-medium: 2rem !default +$icon-dimensions-large: 3rem !default + +.icon + align-items: center + display: inline-flex + justify-content: center + height: $icon-dimensions + width: $icon-dimensions + // Sizes + &.is-small + height: $icon-dimensions-small + width: $icon-dimensions-small + &.is-medium + height: $icon-dimensions-medium + width: $icon-dimensions-medium + &.is-large + height: $icon-dimensions-large + width: $icon-dimensions-large -- cgit v1.2.3