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

45 lines
708 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;
2019-08-18 17:25:32 +12: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 {
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
}