// fix
This commit is contained in:
@@ -5,12 +5,12 @@ sass_dir = "css"
|
||||
images_dir = "img"
|
||||
javascripts_dir = "js"
|
||||
fonts_dir = "font"
|
||||
output_style = :compressed
|
||||
environment = :production
|
||||
output_style = :extended
|
||||
environment = :development
|
||||
|
||||
# To enable relative paths to assets via compass helper functions. Uncomment:
|
||||
# relative_assets = true
|
||||
|
||||
line_comments = false
|
||||
line_comments = true
|
||||
color_output = false
|
||||
preferred_syntax = :sass
|
||||
|
||||
@@ -193,7 +193,6 @@
|
||||
|
||||
.data_trends
|
||||
|
||||
|
||||
=animation($name,$value)
|
||||
-webkit-animation-#{$name}: $value
|
||||
animation-#{$name}: $value
|
||||
@@ -223,4 +222,12 @@
|
||||
+scale(0.1)
|
||||
100%
|
||||
+opacity(1)
|
||||
+scale(1)
|
||||
+scale(1)
|
||||
|
||||
#new_version_container
|
||||
@extend .panel
|
||||
padding: 0!important
|
||||
overflow: hidden
|
||||
iframe
|
||||
height: 120px
|
||||
width: 100%
|
||||
File diff suppressed because one or more lines are too long
@@ -89,7 +89,7 @@ html, body
|
||||
@include box-shadow(rgba(black,0.10) 0 2px 0, white 0 0 0 3px inset)
|
||||
.panel-heading
|
||||
@extend h3
|
||||
h3, .panel-heading
|
||||
h3:not(.modal-title), .panel-heading
|
||||
border: none
|
||||
height: 30px
|
||||
padding: 0 5px
|
||||
@@ -302,6 +302,8 @@ input[type="password"].input-tiny
|
||||
|
||||
td.actions
|
||||
min-width: 200px
|
||||
.dropdown-menu
|
||||
text-align: left
|
||||
.btn-group-action
|
||||
float: right
|
||||
a
|
||||
@@ -490,6 +492,9 @@ input[type="text"],input[type="search"],input[type="password"], textarea, select
|
||||
fieldset > .row
|
||||
@extend .form-group
|
||||
|
||||
textarea
|
||||
resize: none
|
||||
|
||||
|
||||
.box-stats
|
||||
background-color: white
|
||||
@@ -672,6 +677,19 @@ fieldset > .row
|
||||
color: #ccc
|
||||
background-color: none
|
||||
|
||||
|
||||
.nav-tabs
|
||||
border-bottom: none
|
||||
li.active
|
||||
a.tab-page
|
||||
background-color: white
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@import "nav"
|
||||
@import "toggle-switch"
|
||||
@import "carrier-wizard"
|
||||
|
||||
Reference in New Issue
Block a user