mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 03:40:14 +00:00
Added button-padding
class
This commit is contained in:
parent
3430d5ae17
commit
950f83cd52
@ -98,6 +98,10 @@ textarea {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-padding {
|
||||||
|
margin: 0 4px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 5px 13px;
|
padding: 5px 13px;
|
||||||
@ -326,6 +330,13 @@ button:hover {
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.view-icons-margin {
|
||||||
|
/* width: 30px; */
|
||||||
|
margin: 5px 10px;
|
||||||
|
/* cursor: pointer;
|
||||||
|
filter: var(--img-filter); */
|
||||||
|
}
|
||||||
|
|
||||||
.view-icons img {
|
.view-icons img {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
margin: 5px 10px;
|
margin: 5px 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user