From 01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Thu, 23 Mar 2017 15:17:03 +0530 Subject: adding the new theme --- templates/assets/sass/material-kit/_welljumbo.scss | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100755 templates/assets/sass/material-kit/_welljumbo.scss (limited to 'templates/assets/sass/material-kit/_welljumbo.scss') diff --git a/templates/assets/sass/material-kit/_welljumbo.scss b/templates/assets/sass/material-kit/_welljumbo.scss deleted file mode 100755 index a28ff06..0000000 --- a/templates/assets/sass/material-kit/_welljumbo.scss +++ /dev/null @@ -1,28 +0,0 @@ -// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. - -body { - .container, - .container-fluid { - - .well.well-sm { - padding: 10px; - } - .well.well-lg { - padding: 26px; - } - .well, - .jumbotron { - - background-color: #fff; - padding: 19px; - margin-bottom: 20px; - @include shadow-z-2(); - border-radius: $border-radius-base; - border: 0; - p { - font-weight: 300; - } - @include variations(unquote(""), unquote(""), background-color, $white); - } - } -} -- cgit v1.3.1