2021-12-16 19:11:54 -05:00
|
|
|
p {
|
2023-01-03 05:24:14 -06:00
|
|
|
color: var(--title-fg);
|
2021-12-16 19:11:54 -05:00
|
|
|
font-weight: 700;
|
|
|
|
margin: 10px 0;
|
|
|
|
margin: 15px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2024-04-06 15:48:35 +09:00
|
|
|
color: var(--fg);
|
2021-12-16 19:11:54 -05:00
|
|
|
text-decoration: none;
|
|
|
|
display: block;
|
|
|
|
margin: 5px 0;
|
2024-04-01 18:53:38 +09:00
|
|
|
cursor: pointer;
|
2021-12-16 19:11:54 -05:00
|
|
|
}
|
2023-08-11 17:11:05 +09:00
|
|
|
|
|
|
|
#enterprise-cta-desktop {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
|
|
|
margin: 20px 20px 20px 0;
|
2024-04-06 15:48:35 +09:00
|
|
|
background-color: var(--bg);
|
2023-08-11 17:11:05 +09:00
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#enterprise-cta-desktop p {
|
2023-08-13 06:30:42 +09:00
|
|
|
margin: 0 auto 16px auto;
|
2024-04-06 15:48:35 +09:00
|
|
|
color: var(--fg);
|
2023-08-13 06:30:42 +09:00
|
|
|
font-weight: 400;
|
2023-08-11 17:11:05 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#enterprise-cta-desktop a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-08-13 06:30:42 +09:00
|
|
|
|