refactor buttons pt2
This commit is contained in:
parent
033aa1a885
commit
fb617c61b9
49 changed files with 90 additions and 90 deletions
|
@ -92,7 +92,7 @@
|
|||
background-color: #ccc;
|
||||
}
|
||||
|
||||
&.very_small {
|
||||
&.btn-tiny {
|
||||
font-size: 11px;
|
||||
padding: 2px 6px;
|
||||
line-height: 16px;
|
||||
|
|
|
@ -215,10 +215,10 @@ ul.notes {
|
|||
*/
|
||||
|
||||
.comment-btn {
|
||||
@extend .create-btn;
|
||||
@extend .btn-create;
|
||||
}
|
||||
.reply-btn {
|
||||
@extend .primary;
|
||||
@extend .btn-primary;
|
||||
}
|
||||
.file .content tr.line_holder:hover > td { background: $hover !important; }
|
||||
.file .content tr.line_holder:hover > td .line_note_link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue