prototype: decreased rounding
This commit is contained in:
parent
a782aa5b0e
commit
7a51e2d404
93 changed files with 142 additions and 142 deletions
|
|
@ -385,7 +385,7 @@ onUnmounted(() => {
|
|||
color: #fff;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
font-size: 0.7em;
|
||||
border-radius: 6px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
> .actions {
|
||||
|
|
@ -492,7 +492,7 @@ onUnmounted(() => {
|
|||
|
||||
> .role {
|
||||
border: solid 1px var(--color, var(--divider));
|
||||
border-radius: 999px;
|
||||
border-radius: 4px;
|
||||
margin-right: 4px;
|
||||
padding: 3px 8px;
|
||||
}
|
||||
|
|
@ -507,7 +507,7 @@ onUnmounted(() => {
|
|||
background: transparent;
|
||||
color: var(--fg);
|
||||
border: 1px solid var(--divider);
|
||||
border-radius: 8px;
|
||||
border-radius: 5px;
|
||||
padding: 8px;
|
||||
line-height: 0;
|
||||
|
||||
|
|
@ -713,9 +713,9 @@ onUnmounted(() => {
|
|||
margin: calc(var(--margin) / 2) 0;
|
||||
padding: calc(var(--margin) / 2) 0;
|
||||
background: var(--bg);
|
||||
border-radius: 8px;
|
||||
border-radius: 5px;
|
||||
> button {
|
||||
border-radius: 8px;
|
||||
border-radius: 5px;
|
||||
margin-left: 0.4rem;
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue