replaced redundant -*-border-radius box-shadows and others with corresponding mixins
This commit is contained in:
parent
84de1b71d1
commit
b825582eb1
26 changed files with 240 additions and 268 deletions
|
@ -27,7 +27,7 @@
|
|||
line-height: 18px;
|
||||
}
|
||||
.project_name {
|
||||
color:#4fa2bd;
|
||||
color: #4fa2bd;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
@ -41,7 +41,7 @@
|
|||
display: block;
|
||||
span, strong {
|
||||
font-size: 12px;
|
||||
color:#666;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -63,10 +63,10 @@
|
|||
padding: 8px;
|
||||
}
|
||||
label {
|
||||
color:#888;
|
||||
color: #888;
|
||||
}
|
||||
.btn {
|
||||
padding:6px 10px;
|
||||
padding: 6px 10px;
|
||||
margin-left: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue