1
0
Fork 0
mirror of synced 2024-10-04 04:06:16 +13:00
appwrite/public/styles/comps/cover.less

43 lines
624 B
Text
Raw Normal View History

2019-05-09 18:54:39 +12:00
.cover {
background: @config-color-focus-fade;
padding: 30px 50px;
margin: 0 -50px;
position: relative;
2019-08-06 16:19:16 +12:00
border-bottom: solid 1px #ece5e5;
2019-05-09 18:54:39 +12:00
2019-08-05 17:51:02 +12:00
h1,
h2,
h3,
h4,
.title {
2019-05-09 18:54:39 +12:00
color: @config-color-focus;
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 {
2019-05-09 18:54:39 +12:00
color: @config-color-focus;
border-left: none;
border-right: none;
cursor: pointer;
&:hover {
border-bottom-color: @config-color-focus;
}
}
2019-08-05 17:51:02 +12:00
}