70 lines
1.2 KiB
CSS
70 lines
1.2 KiB
CSS
/* ===================== Action Base ===================== */
|
|
|
|
.__PFX__-dm-action {
|
|
margin: 14px 0;
|
|
}
|
|
|
|
.__PFX__-dm-action a,
|
|
.__PFX__-dm-action button {
|
|
display: inline-block;
|
|
padding: 8px 14px;
|
|
background: var(--primary-color);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
border-radius: 4px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.__PFX__-dm-action span,
|
|
.__PFX__-dm-action small,
|
|
.__PFX__-dm-action em {
|
|
margin-left: 8px;
|
|
font-size: 12px;
|
|
color: var(--text-muted-color);
|
|
}
|
|
|
|
.__PFX__-dm-action button {
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* ===================== Structure Differences ===================== */
|
|
|
|
.__PFX__-dm-action.v2 a,
|
|
.__PFX__-dm-action.v12 a {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.__PFX__-dm-action.v3 li {
|
|
list-style: none;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.__PFX__-dm-action.v3 a {
|
|
background: var(--accent-color);
|
|
}
|
|
|
|
.__PFX__-dm-action.v7 small,
|
|
.__PFX__-dm-action.v17 em {
|
|
display: block;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.__PFX__-dm-action.v13 a {
|
|
font-size: 20px;
|
|
padding: 6px 10px;
|
|
}
|
|
|
|
.__PFX__-dm-action.v15,
|
|
.__PFX__-dm-action.v19 {
|
|
text-align: center;
|
|
}
|
|
|
|
.__PFX__-dm-action.v18 {
|
|
border-top: 1px dashed var(--border-color);
|
|
padding-top: 10px;
|
|
}
|
|
.__PFX__-dm-action {
|
|
margin-top: 12px;
|
|
}
|