Skip to content

Commit 02ea178

Browse files
committed
Remove unnecessary gem material design
1 parent 743b21b commit 02ea178

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ gem 'jquery-rails'
1515

1616
gem 'simple_grid_rails'
1717
gem "bootstrap-sass", "~> 3.3.5"
18-
gem 'bootstrap-material-design'
1918
gem 'sass-rails', '~> 5.0'
2019
gem 'sdoc', '~> 0.4.0', group: :doc
2120
gem 'uglifier', '>= 1.3.0'

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ GEM
4242
execjs
4343
binding_of_caller (0.7.2)
4444
debug_inspector (>= 0.0.1)
45-
bootstrap-material-design (0.2.2)
46-
bootstrap-sass (~> 3.0)
4745
bootstrap-sass (3.3.6)
4846
autoprefixer-rails (>= 5.2.1)
4947
sass (>= 3.3.4)
@@ -190,7 +188,6 @@ PLATFORMS
190188
ruby
191189

192190
DEPENDENCIES
193-
bootstrap-material-design
194191
bootstrap-sass (~> 3.3.5)
195192
coffee-rails (~> 4.1.0)
196193
jbuilder (~> 2.0)

app/assets/stylesheets/application.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*
1313
*= require scrivito
1414
*= require scrivito_section_widgets
15-
*= require bootstrap-material-design
1615
*/
1716

1817
@import "bootstrap-sprockets";

app/views/paragraph_widget/show.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row">
2-
<div class="col-12">
2+
<div class="col-md-12">
33
<div class="cover-bg-blue">
4-
<div class="col-3">
4+
<div class="col-md-3">
55
<%= scrivito_image_tag widget,:image , class:'image-responsive center-block'%>
66
<%= scrivito_tag :h1, widget, :headline, data: {newlines: false}, class:'center-block cover-text-white' %>
77
<div style="padding-bottom:15px;">

0 commit comments

Comments
 (0)