1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
appwrite/public/styles/comps/cover.less
2020-02-10 19:04:57 +02:00

45 lines
734 B
Plaintext

.cover {
background: var(--config-color-focus-fade);
padding: 30px 50px;
margin: 0 -50px;
position: relative;
//border-bottom: solid 1px #dedede;
//box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
//border-bottom: solid 2px #e3e9ec;;
h1,
h2,
h3,
h4,
.title {
color: var(--config-color-focus);
font-weight: 600;
margin-bottom: 40px !important;
font-size: 28px;
line-height: 42px;
}
i:before {
margin: 0 !important;
}
p {
color: #737373;
}
.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);
}
}
}