mirror of https://gitee.com/bigwinds/arangodb
scss-lint changes
This commit is contained in:
parent
7c70351a7d
commit
4b7309892d
|
@ -44,7 +44,7 @@
|
|||
background-color: $c-positive !important;
|
||||
|
||||
span {
|
||||
color: white !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
}
|
||||
|
||||
.errorMessage {
|
||||
color: red;
|
||||
color: #f00;
|
||||
font-size: 9pt;
|
||||
margin-bottom: 5px;
|
||||
margin-top: -9px;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
color: $c-black;
|
||||
|
||||
.notificationItemTitle:hover {
|
||||
color: black;
|
||||
color: #000;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
.queryMethods {
|
||||
button {
|
||||
a {
|
||||
color: white;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue