1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00
appwrite/public/styles/comps/cover.less

45 lines
734 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-01-14 08:20:16 +13:00
//border-bottom: solid 1px #dedede;
2019-08-17 23:45:43 +12:00
//box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
2019-08-17 18:09:09 +12:00
//border-bottom: solid 2px #e3e9ec;;
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;
2019-08-07 00:22:54 +12:00
margin-bottom: 40px !important;
2019-08-06 16:19:16 +12:00
font-size: 28px;
2019-08-07 02:28:42 +12:00
line-height: 42px;
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 {
color: #737373;
}
.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
}