details styles
This commit is contained in:
parent
6e97e2f46c
commit
1867e54400
6 changed files with 52 additions and 32 deletions
|
|
@ -1,19 +1,22 @@
|
|||
.description {
|
||||
/* margin-bottom: calc(var(--baseline)*1); */
|
||||
padding-left: calc(var(--unit)*0.75);
|
||||
padding-right: calc(var(--unit)*0.75);
|
||||
position: relative;
|
||||
top: -4px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.description-after {
|
||||
margin-top: -2px;
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
}
|
||||
|
||||
.description-before {
|
||||
margin-bottom: 2px;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
}
|
||||
.description-after {
|
||||
margin-top: -5px;
|
||||
margin-bottom: calc(var(--baseline)*1 - 3px);
|
||||
}
|
||||
|
||||
|
||||
.description-before,
|
||||
.description-after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue