* reorg buttons and colors
This commit is contained in:
parent
5d926ee651
commit
02b85b3676
|
|
@ -205,16 +205,17 @@ small, .small {font-size:11px;}
|
|||
line-height:12px;
|
||||
|
||||
&.disabled {
|
||||
background-color: #b03420;
|
||||
border: solid 1px darken(#F27861, 20%);
|
||||
outline: solid 2px #b03420;
|
||||
background-color: transparent;
|
||||
border: solid 1px #868686;
|
||||
outline: solid 2px transparent;
|
||||
color:#ccc;
|
||||
}
|
||||
|
||||
&.disabled:hover {
|
||||
//background-color:darken(#f16750, 20%);
|
||||
//color:#FFF;
|
||||
background-color: #b03420;
|
||||
color:#FC9;
|
||||
background-color: #515151;
|
||||
color:#ccc;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,15 +23,6 @@
|
|||
bottom:0;
|
||||
}
|
||||
|
||||
.middle-buttons {
|
||||
position:absolute;
|
||||
width:100%;
|
||||
text-align: center;
|
||||
a {margin:auto;}
|
||||
bottom:0;
|
||||
left:-24px;
|
||||
}
|
||||
|
||||
.right-buttons {
|
||||
position:absolute;
|
||||
right:56px;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
.wizard-buttons-holder
|
||||
.left-buttons
|
||||
%a.button-grey.btn-help{href: '#'} HELP
|
||||
.middle-buttons
|
||||
%a.button-grey.btn-cancel{href:'#', 'layout-action' => 'close'} CANCEL
|
||||
.right-buttons
|
||||
%a.button-grey.btn-back{href:'#'} BACK
|
||||
|
|
|
|||
Loading…
Reference in New Issue