Commit e207c8a1 by Đường Sỹ Hoàng

Removed bootstrap

parent 5f809335
Pipeline #239 failed with stages
in 0 seconds
...@@ -28,8 +28,6 @@ gem 'jbuilder', '~> 2.7' ...@@ -28,8 +28,6 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb # Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false gem 'bootsnap', '>= 1.4.2', require: false
gem 'bootstrap-sass', '3.3.7'
gem 'devise' gem 'devise'
group :development, :test do group :development, :test do
......
@import "bootstrap-sprockets";
@import "bootstrap";
/* universal */
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize: vertical;
}
.center {
text-align: center;
}
.center h1 {
margin-bottom: 10px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment