updated css
This commit is contained in:
parent
764ab620c9
commit
b0011591a6
1 changed files with 11 additions and 1 deletions
|
|
@ -13,6 +13,15 @@
|
||||||
--font-sans-serif: system-ui, -apple-system, segoe ui, roboto, ubuntu, helvetica, cantarell, noto sans, sans-serif;
|
--font-sans-serif: system-ui, -apple-system, segoe ui, roboto, ubuntu, helvetica, cantarell, noto sans, sans-serif;
|
||||||
--font-monospace: menlo, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new, monospace, serif;
|
--font-monospace: menlo, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new, monospace, serif;
|
||||||
--border-radius: 0.2rem;
|
--border-radius: 0.2rem;
|
||||||
|
--font-size-1:
|
||||||
|
}
|
||||||
|
|
||||||
|
button,input[type="submit"] {
|
||||||
|
background: var(--primary);
|
||||||
|
border: 0;
|
||||||
|
border-radius: 7px;
|
||||||
|
padding: 2px 10px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
|
|
@ -99,12 +108,13 @@ input[type="submit"] {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size:17px;
|
font-size:17px;
|
||||||
color: #888;
|
color: #888;
|
||||||
height:43px;
|
height:33px;
|
||||||
z-index:2000;
|
z-index:2000;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
min-width:107px;
|
min-width:107px;
|
||||||
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.btn-foot#embed{
|
a.btn-foot#embed{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue