|
1
|
.panel { |
|
2
|
display: flex; |
|
3
|
flex-direction: column; |
|
4
|
justify-content: flex-start; |
|
5
|
align-items: flex-start; |
|
6
|
padding: 1rem 1.5rem 1.5rem; |
|
7
|
border-radius: 8px; |
|
8
|
border: solid 1px #f3f4f6; |
|
9
|
background-color: var(--givewp-shades-white); |
|
10
|
width: 100%; |
|
11
|
box-sizing: border-box; |
|
12
|
}
|