1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00
appwrite/public/styles/comps/cover.less

47 lines
725 B
Plaintext
Raw Normal View History

2019-05-09 18:54:39 +12:00
.cover {
2020-02-11 06:04:57 +13:00
background: var(--config-color-focus-fade);
2019-05-09 18:54:39 +12:00
padding: 30px 50px;
margin: 0 -50px;
position: relative;
2020-05-08 09:17:06 +12:00
border-bottom: solid 1px var(--config-border-fade);
2019-05-09 18:54:39 +12:00
2019-08-05 17:51:02 +12:00
h1,
h2,
h3,
h4,
.title {
2020-02-11 06:04:57 +13:00
color: var(--config-color-focus);
2019-05-09 18:54:39 +12:00
font-weight: 600;
2020-02-27 10:54:12 +13:00
margin-bottom: 50px !important;
2019-08-06 16:19:16 +12:00
font-size: 28px;
2019-08-07 02:28:42 +12:00
line-height: 42px;
2020-02-29 04:04:50 +13:00
span {
font-weight: 600;
}
2019-05-09 18:54:39 +12:00
}
i:before {
2019-08-05 17:51:02 +12:00
margin: 0 !important;
2019-05-09 18:54:39 +12:00
}
p {
2020-02-12 23:38:31 +13:00
color: var(--config-color-fade);
2019-05-09 18:54:39 +12:00
}
.button {
color: #ffffff;
}
2019-08-05 17:51:02 +12:00
a,
.link {
2020-02-11 06:04:57 +13:00
color: var(--config-color-focus);
2019-05-09 18:54:39 +12:00
border-left: none;
border-right: none;
cursor: pointer;
&:hover {
2020-02-11 06:04:57 +13:00
border-bottom-color: var(--config-color-focus);
2019-05-09 18:54:39 +12:00
}
}
2019-08-05 17:51:02 +12:00
}