Merge pull request #1128 from sgmap/fix-1123-remove-beta
[Fix #1123] remove beta
This commit is contained in:
commit
df08f32de7
4 changed files with 4 additions and 19 deletions
|
@ -117,10 +117,6 @@ form {
|
|||
}
|
||||
}
|
||||
|
||||
.beta-staging {
|
||||
background-color: #B00100 !important;
|
||||
}
|
||||
|
||||
.text-purple {
|
||||
color: #8B008B;
|
||||
}
|
||||
|
|
|
@ -31,13 +31,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#beta {
|
||||
top: 26px;
|
||||
bottom: initial;
|
||||
position: absolute;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.copyright {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
|
|
|
@ -17,10 +17,8 @@
|
|||
= csrf_meta_tags
|
||||
%body
|
||||
= render partial: 'layouts/support_navigator_banner'
|
||||
#beta{ class: (Rails.env == 'production' ? '' : 'beta-staging') }
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
- if Rails.env == 'staging'
|
||||
#beta
|
||||
Env Test
|
||||
|
||||
- if Rails.env == 'test'
|
||||
|
|
|
@ -20,10 +20,8 @@
|
|||
.page-wrapper{ class: content_for?(:display_footer) ? 'with-footer' : 'nil' }
|
||||
= render partial: "layouts/support_navigator_banner"
|
||||
= render partial: "layouts/ie_lt_10"
|
||||
#beta{ class:(Rails.env == "production" ? "" : "beta_staging") }
|
||||
- if Rails.env == "production"
|
||||
Beta
|
||||
- else
|
||||
- if Rails.env == "staging"
|
||||
#beta
|
||||
Env Test
|
||||
|
||||
= render partial: "layouts/new_header"
|
||||
|
|
Loading…
Add table
Reference in a new issue