🎨
This commit is contained in:
parent
157f4bbc21
commit
8fa47dbcb1
1 changed files with 3 additions and 2 deletions
|
@ -269,10 +269,11 @@ export default Vue.extend({
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
left: 12px;
|
left: 12px;
|
||||||
padding: 4px 6px;
|
padding: 4px 8px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
font-size: 12px;
|
font-size: 0.7em;
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .actions {
|
> .actions {
|
||||||
|
|
Loading…
Reference in a new issue