mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-05-08 22:26:06 +02:00
Re-work download section
I don't like the "hanging" icons now that I look again. Better to use normal Bootstrap columns and rows here with the icons in the header. I need to figure out how to add spacing between these when we are on small devices and the columns stack, though!
This commit is contained in:
@ -38,16 +38,6 @@ p.lead {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.icon-square {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
font-size: 1.5rem;
|
||||
border-radius: .75rem;
|
||||
}
|
||||
|
||||
div.badge-required {
|
||||
float: right;
|
||||
|
||||
@ -73,6 +63,12 @@ h1, h2, h3 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h3 img.icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
code {
|
||||
color: $iseal-secondary-orange;
|
||||
}
|
||||
|
Reference in New Issue
Block a user