card header min height #1440
This commit is contained in:
parent
54d9cffb3e
commit
7e9ec021e5
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1634,7 +1634,6 @@ article.card{
|
|||
padding: 0.3em 0.3em;
|
||||
box-sizing:border-box;
|
||||
width:100%;
|
||||
min-height: 80px;
|
||||
h1, h4{ margin:0; padding:0; }
|
||||
h1{
|
||||
font-size: 1.3em;
|
||||
|
@ -1650,7 +1649,7 @@ article.card{
|
|||
}
|
||||
span.ref{
|
||||
font-size: 0.693em;
|
||||
font-weight: 300;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
@ -1810,6 +1809,7 @@ article.card{
|
|||
&.search-card{
|
||||
>header{
|
||||
cursor: pointer;
|
||||
min-height: 80px;
|
||||
}
|
||||
}
|
||||
// overwriting card for modal-card
|
||||
|
|
Loading…
Reference in New Issue