1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
appwrite/public/styles/comps/cover.less
2020-02-28 17:04:50 +02:00

46 lines
671 B
Plaintext

.cover {
background: var(--config-color-focus-fade);
padding: 30px 50px;
margin: 0 -50px;
position: relative;
h1,
h2,
h3,
h4,
.title {
color: var(--config-color-focus);
font-weight: 600;
margin-bottom: 50px !important;
font-size: 28px;
line-height: 42px;
span {
font-weight: 600;
}
}
i:before {
margin: 0 !important;
}
p {
color: var(--config-color-fade);
}
.button {
color: #ffffff;
}
a,
.link {
color: var(--config-color-focus);
border-left: none;
border-right: none;
cursor: pointer;
&:hover {
border-bottom-color: var(--config-color-focus);
}
}
}