tweak summary card style
This commit is contained in:
parent
f6705c75a0
commit
2db8f2eb1d
2 changed files with 4 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
summary-card-description {
|
summary-card-description {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: left;
|
text-align: justify;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
@ -45,8 +45,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
summary-card-details {
|
summary-card-details {
|
||||||
|
text-align: left;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
padding-top: 0.5em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,7 @@ thead {
|
||||||
)
|
)
|
||||||
|
|
||||||
#card-list(
|
#card-list(
|
||||||
|
min-width: 200,
|
||||||
range(1, 21).map(i =>
|
range(1, 21).map(i =>
|
||||||
summary(
|
summary(
|
||||||
url: "http://test.example.com",
|
url: "http://test.example.com",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue