diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/wells.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/wells.less b/less/wells.less index 244b8ca10..9300061a5 100644 --- a/less/wells.less +++ b/less/wells.less @@ -15,3 +15,13 @@ border-color: rgba(0,0,0,.15); } } + +// Sizes +.well-large { + padding: 24px; + .border-radius(6px); +} +.well-small { + padding: 9px; + .border-radius(3px); +} |
