is-rounded (#1323)

* is-rounded

* padding
This commit is contained in:
Oleksii Potiekhin
2017-12-04 14:21:38 +01:00
committed by Jeremy Thomas
parent f97f0d7df9
commit 61938a39e9
10 changed files with 49 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
$dimensions: 16 24 32 48 64 96 128 !default
$dimensions: 16 24 32 48 64 96 128 256 512 !default
.image
display: block
@@ -7,6 +7,8 @@ $dimensions: 16 24 32 48 64 96 128 !default
display: block
height: auto
width: 100%
&.is-rounded
border-radius: $radius-rounded
// Ratio
&.is-square,
&.is-1by1,