Remove custom button code, use bootstrap classes
This commit is contained in:
parent
6c41cbcc5e
commit
11c793a60c
2 changed files with 1 additions and 13 deletions
|
@ -30,18 +30,6 @@
|
|||
color: #000000;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.new-action {
|
||||
background-color: #E45B51;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
color: #FFFFFF;
|
||||
width: 253px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-family: Arial;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.file {
|
||||
padding-right: 70px;
|
||||
text-align: center;
|
||||
|
|
|
@ -25,5 +25,5 @@
|
|||
DERNIER MESSAGE
|
||||
= render partial: 'dossiers/commentaires/commentaire', object: last_comment
|
||||
|
||||
#open-message.new-action
|
||||
%button#open-message.new-action.btn.btn-danger
|
||||
ENVOYER UN MESSAGE
|
||||
|
|
Loading…
Reference in a new issue