updated some formatting
This commit is contained in:
parent
af8b02071e
commit
22b2cf52d5
1 changed files with 7 additions and 4 deletions
|
|
@ -130,17 +130,18 @@
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: 1px solid rgba(231, 76, 60, 0.3) !important;
|
border: 1px solid rgba(231, 76, 60, 0.3) !important;
|
||||||
color: var(--dh-color-error) !important;
|
color: var(--dh-color-error) !important;
|
||||||
padding: 8px 10px !important;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
width: 36px;
|
flex: 0 0 32px;
|
||||||
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dh-attribution-sources-container .remove-group-btn:hover {
|
.dh-attribution-sources-container .remove-group-btn:hover {
|
||||||
|
|
@ -190,8 +191,9 @@
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: 1px solid rgba(231, 76, 60, 0.2) !important;
|
border: 1px solid rgba(231, 76, 60, 0.2) !important;
|
||||||
color: var(--dh-color-error) !important;
|
color: var(--dh-color-error) !important;
|
||||||
width: 28px;
|
flex: 0 0 32px;
|
||||||
height: 28px;
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|
@ -199,6 +201,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dh-attribution-sources-container .remove-value-btn:hover {
|
.dh-attribution-sources-container .remove-value-btn:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue