Restored old h6 of bootstrap. Fixed buttons line-height
This commit is contained in:
parent
3ab33fcfca
commit
c1c1a1eeee
3 changed files with 12 additions and 6 deletions
|
@ -1,8 +1,6 @@
|
||||||
.btn {
|
.btn {
|
||||||
@include bg-gradient(#f7f7f7, #d5d5d5);
|
@include bg-gradient(#f7f7f7, #d5d5d5);
|
||||||
border-color:#aaa;
|
border-color:#aaa;
|
||||||
font-size: 13px;
|
|
||||||
line-height: 18px;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include bg-gray-gradient;
|
@include bg-gray-gradient;
|
||||||
border-color:#bbb;
|
border-color:#bbb;
|
||||||
|
@ -86,7 +84,6 @@
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
@extend .btn-small;
|
@extend .btn-small;
|
||||||
line-height: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
|
@ -14,6 +14,11 @@ h3.page_title {
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
color: #888;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
/** CODE **/
|
/** CODE **/
|
||||||
pre {
|
pre {
|
||||||
font-family:'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
font-family:'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||||
|
|
|
@ -85,14 +85,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.project_clone_holder {
|
.project_clone_holder {
|
||||||
|
input[type="text"],
|
||||||
.btn {
|
.btn {
|
||||||
height: 27px;
|
font-size:12px;
|
||||||
|
line-height: 18px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
height: 17px;
|
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 4px 10px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue