This commit is contained in:
Jeremy Thomas
2017-09-18 23:33:19 +01:00
parent f89cca4c50
commit 63bac2c775
6 changed files with 122 additions and 9 deletions

View File

@@ -70,6 +70,8 @@ $help-size: $size-small !default
width: 100%
&[type="search"]
border-radius: 290486px
&[readonly]
box-shadow: none
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
@@ -95,6 +97,14 @@ $help-size: $size-small !default
display: inline
width: auto
.input
&.is-static
background-color: transparent
border-color: transparent
box-shadow: none
padding-left: 0
padding-right: 0
.textarea
display: block
max-width: 100%