mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
chore: clean up CSS for buttons in content pages
This commit is contained in:
parent
a202ed4767
commit
426780af2c
1 changed files with 1 additions and 12 deletions
|
@ -194,26 +194,15 @@ input[type="submit"],
|
||||||
.button-primary {
|
.button-primary {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.wrapper input[type="submit"]:hover {
|
|
||||||
background-color: #35537c;
|
|
||||||
}
|
|
||||||
.wrapper .neutral, .wrapper input[type="submit"].neutral {
|
.wrapper .neutral, .wrapper input[type="submit"].neutral {
|
||||||
background-color: var(--button-neutral-background);
|
background-color: var(--button-neutral-background);
|
||||||
color: var(--button-neutral-color);
|
color: var(--button-neutral-color);
|
||||||
}
|
}
|
||||||
.wrapper.somber {
|
|
||||||
background-color: #2E3641;
|
|
||||||
color: #efefef;
|
|
||||||
padding-top: 20px;
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
.wrapper.somber .row {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
.wrapper .button,
|
.wrapper .button,
|
||||||
.wrapper input {
|
.wrapper input {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
line-height: 43px;
|
line-height: 43px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* **************************** */
|
/* **************************** */
|
||||||
|
|
Loading…
Reference in a new issue