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;
span {
color: white !important;
color: #fff !important;
}
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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