Add is-empty modifier to file upload (#1383)

* add classes

* add to changelog
This commit is contained in:
Tim MacDonald
2017-11-06 23:26:08 +11:00
committed by Jeremy Thomas
parent e0d368748b
commit c2fae7154b
2 changed files with 6 additions and 0 deletions

View File

@@ -269,6 +269,11 @@ $help-size: $size-small !default
.file-name
border-bottom-left-radius: 0
border-top-left-radius: 0
&.is-empty
.file-cta
border-radius: $file-radius
.file-name
display: none
&.is-centered
justify-content: center
&.is-right