diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 35c87afef..cb690448e 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -20,4 +20,3 @@ @import "ajax-bootstrap-select.min"; @import "extend/bootstrap"; @import "themes/scinote"; -@import "my_modules/protocols/*" diff --git a/app/assets/stylesheets/my_modules/protocols/index.scss b/app/assets/stylesheets/my_modules/protocols/index.scss deleted file mode 100644 index 236cd5677..000000000 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ /dev/null @@ -1,44 +0,0 @@ -@import "constants"; -@import "mixins"; - -.my-modules-protocols-index { - padding-top: 15px !important; - - .first-row { - max-height: 40px; - - .date-block { - max-width: 250px; - } - - div { - height: 45px; - } - - .complete-button-container { - float: right; - max-width: 165px; - - .my_module-state-buttons { - padding-top: 0; - } - } - } - - .well { - border: 0; - box-shadow: none; - padding-left: 0; - padding-right: 0; - } - - .badge-icon { - background: transparent; - color: $color-silver; - padding-right: 5px; - - + .well-sm { - margin-left: 32px; - } - } -} diff --git a/app/views/my_modules/_module_header.html.erb b/app/views/my_modules/_module_header.html.erb index 4a1b7d4c7..7942b72f9 100644 --- a/app/views/my_modules/_module_header.html.erb +++ b/app/views/my_modules/_module_header.html.erb @@ -1,5 +1,5 @@ -