Add circle editor
This commit is contained in:
parent
c97e63bb18
commit
b0854b1dd8
33 changed files with 1671 additions and 31 deletions
|
@ -3341,6 +3341,8 @@ $ui-header-height: 55px;
|
|||
white-space: nowrap;
|
||||
border: 0;
|
||||
border-left: 4px solid transparent;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
@ -3390,7 +3392,8 @@ $ui-header-height: 55px;
|
|||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
.column-link__badge {
|
||||
.column-link__badge,
|
||||
.column-link__command {
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
font-size: 12px;
|
||||
|
@ -3401,6 +3404,12 @@ $ui-header-height: 55px;
|
|||
margin: -6px 10px;
|
||||
}
|
||||
|
||||
.column-link__command {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.column-subheading {
|
||||
background: $ui-base-color;
|
||||
color: $dark-text-color;
|
||||
|
@ -3549,6 +3558,19 @@ $ui-header-height: 55px;
|
|||
}
|
||||
}
|
||||
|
||||
.circle-item {
|
||||
display: flex;
|
||||
|
||||
.column-link {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
align-self: center;
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
button.icon-button i.fa-retweet {
|
||||
background-position: 0 0;
|
||||
height: 19px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue