mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Add registrar style
This commit is contained in:
parent
744f29c674
commit
99850c3acb
4 changed files with 17 additions and 4 deletions
10
app/assets/stylesheets/registrar-manifest.css.scss
Normal file
10
app/assets/stylesheets/registrar-manifest.css.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
@import "registrar";
|
||||
@import "bootstrap-sprockets";
|
||||
@import "bootstrap";
|
||||
@import "nprogress";
|
||||
@import "nprogress-bootstrap";
|
||||
@import "bootstrap-ext";
|
||||
@import "typeaheadjs";
|
||||
@import "selectize";
|
||||
@import "selectize.bootstrap3";
|
||||
@import "app";
|
3
app/assets/stylesheets/registrar.sass
Normal file
3
app/assets/stylesheets/registrar.sass
Normal file
|
@ -0,0 +1,3 @@
|
|||
$navbar-default-bg: #F69240
|
||||
$navbar-default-brand-color: #fff
|
||||
$navbar-default-link-color: #fff
|
|
@ -6,13 +6,13 @@
|
|||
%meta{content: "Full stack top-level domain (TLD) management.", name: "description"}/
|
||||
%meta{content: "Gitlab LTD", name: "author"}/
|
||||
= csrf_meta_tags
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= stylesheet_link_tag 'registrar-manifest', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
%link{href: "../../favicon.ico", rel: "icon"}/
|
||||
%title EIS Registrar Portal
|
||||
%body{:style => env_style}
|
||||
/ Static navbar
|
||||
.navbar.navbar-inverse.navbar-static-top{role: "navigation"}
|
||||
.navbar.navbar-default.navbar-static-top{role: "navigation"}
|
||||
.container
|
||||
.navbar-header
|
||||
%button.navbar-toggle{"data-target" => ".navbar-collapse", "data-toggle" => "collapse", type: "button"}
|
||||
|
@ -20,7 +20,7 @@
|
|||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
= link_to admin_dashboard_path, class: 'navbar-brand' do
|
||||
= link_to registrar_invoices_path, class: 'navbar-brand' do
|
||||
EIS Registrar
|
||||
- if unstable_env.present?
|
||||
.text-center
|
||||
|
|
|
@ -1 +1 @@
|
|||
Rails.application.config.assets.precompile += %w( login.css )
|
||||
Rails.application.config.assets.precompile += %w( login.css registrar-manifest.css )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue