top options added
This commit is contained in:
parent
98eb2f85d8
commit
dd77f40707
5 changed files with 36 additions and 12 deletions
|
|
@ -355,4 +355,20 @@
|
|||
|
||||
.no-cards a {
|
||||
color: #7ca3d0;
|
||||
}
|
||||
|
||||
.btn-plain {
|
||||
background: transparent;
|
||||
border: none;
|
||||
fill: #595959;
|
||||
color: #595959;
|
||||
outline: none;
|
||||
}
|
||||
.btn-plain:hover,
|
||||
.btn-plain:focus,
|
||||
.btn-plain:active,
|
||||
.btn-plain:active:focus {
|
||||
outline: none;
|
||||
color: #999;
|
||||
fill: #999;
|
||||
}
|
||||
|
|
@ -29,10 +29,18 @@
|
|||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.order-detail-container .dashboard-title-thin .svg-img {
|
||||
.order-detail-container .dashboard-container-head {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.order-detail-container .dashboard-container-options {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 0;
|
||||
}
|
||||
.order-detail-container .dashboard-container-options .svg-img {
|
||||
height: 20px;
|
||||
margin-right: 5px;
|
||||
margin-top: -2px;
|
||||
/* margin-right: 5px; */
|
||||
width: 20px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue