1
0
Fork 0

scss-lint changes

This commit is contained in:
Heiko Kernbach 2014-08-19 15:44:03 +02:00
parent 7c70351a7d
commit 4b7309892d
7 changed files with 25 additions and 23 deletions

View File

@ -44,7 +44,7 @@
background-color: $c-positive !important; background-color: $c-positive !important;
span { span {
color: white !important; color: #fff !important;
} }
} }
} }

View File

@ -1,7 +1,7 @@
.document-info { .document-info {
background-color: #ffffff; background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, .2);
margin-bottom: 8px; margin-bottom: 8px;
margin-top: -10px; margin-top: -10px;
min-height: 65px; min-height: 65px;
@ -13,12 +13,13 @@
.document-inner-info-container { .document-inner-info-container {
float: left; float: left;
margin-top: 5px;
margin-left: 10px; margin-left: 10px;
margin-top: 5px;
.document-attribute { .document-attribute {
margin-right: 20px;
@extend %clear-float; @extend %clear-float;
margin-right: 20px;
div { div {
float: left; float: left;
} }
@ -33,7 +34,7 @@
} }
.document-thin-font { .document-thin-font {
color: green; color: #008000;
font-family: droid sans mono, monospace, courier new, courier, sans-serif; font-family: droid sans mono, monospace, courier new, courier, sans-serif;
font-size: 11pt; font-size: 11pt;
} }

View File

@ -78,15 +78,16 @@
.docsSecCol { .docsSecCol {
@extend %docs-col-no-border; @extend %docs-col-no-border;
min-width: 400px !important;
height: 26px; height: 26px;
min-width: 400px !important;
width: 20%; width: 20%;
} }
.docsThirdCol { .docsThirdCol {
height: 26px;
@extend %docs-col-no-border; @extend %docs-col-no-border;
@extend %pull-right; @extend %pull-right;
height: 26px;
} }
.add-filter-item { .add-filter-item {

View File

@ -168,7 +168,7 @@
} }
.errorMessage { .errorMessage {
color: red; color: #f00;
font-size: 9pt; font-size: 9pt;
margin-bottom: 5px; margin-bottom: 5px;
margin-top: -9px; margin-top: -9px;

View File

@ -40,7 +40,7 @@
color: $c-black; color: $c-black;
.notificationItemTitle:hover { .notificationItemTitle:hover {
color: black; color: #000;
cursor: default; cursor: default;
} }

View File

@ -1,21 +1,21 @@
#progressPlaceholder { #progressPlaceholder {
top: 0; background-color: rgba(0, 0, 0, .6);
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0;
background-color: rgba(0,0,0,0.6);
position: fixed; position: fixed;
right: 0;
top: 0;
z-index: 9999; z-index: 9999;
} }
.progress-view { .progress-view {
color: white; color: #fff;
width:300px;
height: 200px; height: 200px;
position:absolute;
left: 50%; left: 50%;
top:50%;
margin: -100px 0 0 -150px; margin: -100px 0 0 -150px;
position: absolute;
top: 50%;
width: 300px;
.progress-content { .progress-content {
margin-left: 90px; margin-left: 90px;

View File

@ -45,7 +45,7 @@
.queryMethods { .queryMethods {
button { button {
a { a {
color: white; color: #fff;
} }
} }
} }