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

35 lines
498 B
Plaintext
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;
h1, h2, h3, h4, .title {
color: @config-color-focus;
font-weight: 600;
}
i:before {
margin: 0!important;
}
p {
color: #737373;
}
.button {
color: #ffffff;
}
a, .link {
color: @config-color-focus;
border-left: none;
border-right: none;
cursor: pointer;
&:hover {
border-bottom-color: @config-color-focus;
}
}
}