mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-08 14:28:40 +00:00
fix a button paddings
This commit is contained in:
parent
97497e4aff
commit
53a2b68b4d
|
|
@ -7,7 +7,6 @@
|
||||||
button, input[type="submit"], input[type="button"], a.button {
|
button, input[type="submit"], input[type="button"], a.button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-width: 70px;
|
min-width: 70px;
|
||||||
height: 2rem;
|
|
||||||
|
|
||||||
background: var(--button-colored-background);
|
background: var(--button-colored-background);
|
||||||
color: var(--text-on-background-color-2);
|
color: var(--text-on-background-color-2);
|
||||||
|
|
@ -15,8 +14,11 @@ button, input[type="submit"], input[type="button"], a.button {
|
||||||
padding: 0 1rem 0 1rem;
|
padding: 0 1rem 0 1rem;
|
||||||
flex: 0;
|
flex: 0;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
line-height: 32px;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--button-colored-background-hover);
|
background: var(--button-colored-background-hover);
|
||||||
|
|
|
||||||
|
|
@ -3851,15 +3851,17 @@ blockquote {
|
||||||
button, input[type="submit"], input[type="button"], a.button {
|
button, input[type="submit"], input[type="button"], a.button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-width: 70px;
|
min-width: 70px;
|
||||||
height: 2rem;
|
|
||||||
background: var(--button-colored-background);
|
background: var(--button-colored-background);
|
||||||
color: var(--text-on-background-color-2);
|
color: var(--text-on-background-color-2);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 1rem 0 1rem;
|
padding: 0 1rem 0 1rem;
|
||||||
flex: 0;
|
flex: 0;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
line-height: 32px;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center; }
|
||||||
button:hover, input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
|
button:hover, input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
|
||||||
background: var(--button-colored-background-hover); }
|
background: var(--button-colored-background-hover); }
|
||||||
|
|
||||||
|
|
@ -4385,3 +4387,5 @@ span.tag {
|
||||||
color: var(--text-on-background-color-2);
|
color: var(--text-on-background-color-2);
|
||||||
background: var(--button-colored-background);
|
background: var(--button-colored-background);
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=styles.css.map */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user