From 3df910b359125d35ca71f4e9419b0bd41d56718c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Jun 2021 22:11:50 -0400 Subject: stripping bulma and cobalt; uneeded at this point --- .../bulma/sass/form/input-textarea.sass | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 _bulma/node_modules/bulma/sass/form/input-textarea.sass (limited to '_bulma/node_modules/bulma/sass/form/input-textarea.sass') diff --git a/_bulma/node_modules/bulma/sass/form/input-textarea.sass b/_bulma/node_modules/bulma/sass/form/input-textarea.sass deleted file mode 100644 index a5aef55..0000000 --- a/_bulma/node_modules/bulma/sass/form/input-textarea.sass +++ /dev/null @@ -1,64 +0,0 @@ -$textarea-padding: $control-padding-horizontal !default -$textarea-max-height: 40em !default -$textarea-min-height: 8em !default - -%input-textarea - @extend %input - box-shadow: $input-shadow - max-width: 100% - width: 100% - &[readonly] - box-shadow: none - // Colors - @each $name, $pair in $colors - $color: nth($pair, 1) - &.is-#{$name} - border-color: $color - &:focus, - &.is-focused, - &:active, - &.is-active - box-shadow: $input-focus-box-shadow-size bulmaRgba($color, 0.25) - // Sizes - &.is-small - +control-small - &.is-medium - +control-medium - &.is-large - +control-large - // Modifiers - &.is-fullwidth - display: block - width: 100% - &.is-inline - display: inline - width: auto - -.input - @extend %input-textarea - &.is-rounded - border-radius: $radius-rounded - padding-left: calc(#{$control-padding-horizontal} + 0.375em) - padding-right: calc(#{$control-padding-horizontal} + 0.375em) - &.is-static - background-color: transparent - border-color: transparent - box-shadow: none - padding-left: 0 - padding-right: 0 - -.textarea - @extend %input-textarea - display: block - max-width: 100% - min-width: 100% - padding: $textarea-padding - resize: vertical - &:not([rows]) - max-height: $textarea-max-height - min-height: $textarea-min-height - &[rows] - height: initial - // Modifiers - &.has-fixed-size - resize: none -- cgit v1.2.3