From b67b9bcce68032942d00b46bc13968991fffd157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 17:49:03 +0200 Subject: [PATCH] Delete wells.less --- .../owncloud_com/static/less/wells.less | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100755 _shared_assets/themes/owncloud_com/static/less/wells.less diff --git a/_shared_assets/themes/owncloud_com/static/less/wells.less b/_shared_assets/themes/owncloud_com/static/less/wells.less deleted file mode 100755 index 84a744b1c..000000000 --- a/_shared_assets/themes/owncloud_com/static/less/wells.less +++ /dev/null @@ -1,29 +0,0 @@ -// -// Wells -// -------------------------------------------------- - - -// Base class -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: @wellBackground; - border: 1px solid darken(@wellBackground, 7%); - .border-radius(@baseBorderRadius); - .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); - blockquote { - border-color: #ddd; - border-color: rgba(0,0,0,.15); - } -} - -// Sizes -.well-large { - padding: 24px; - .border-radius(@borderRadiusLarge); -} -.well-small { - padding: 9px; - .border-radius(@borderRadiusSmall); -}