1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/public/styles/comps/article.less

81 lines
1,007 B
Plaintext
Raw Normal View History

2019-05-09 18:54:39 +12:00
article {
overflow-wrap: break-word;
word-wrap: break-word;
h1 {
font-size: 36px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
.margin-top;
.margin-bottom;
}
p {
2019-09-23 16:19:58 +12:00
line-height: 32px;
2019-12-14 17:15:28 +13:00
font-size: 16px;
2019-05-09 18:54:39 +12:00
}
.update {
display: block;
.margin-top-large;
}
table {
width: 100%;
margin: 0;
.margin-bottom;
border-radius: 0;
2020-02-11 08:52:51 +13:00
border-bottom: solid 1px var(--config-border-color);
2019-05-09 18:54:39 +12:00
thead {
td {
font-weight: 500;
padding: 5px 15px;
}
}
th, td {
padding: 15px;
height: auto;
&:first-child {
.func-padding-start(10px);
}
&:last-child {
.func-padding-end(10px);
}
p {
font-size: inherit;
line-height: inherit;
&:last-child {
margin: 0;
}
}
}
}
}