mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-15 00:24:09 +01:00
26 lines
416 B
SCSS
26 lines
416 B
SCSS
.wallet-info {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
h3 {
|
|
margin-top: 5px;
|
|
}
|
|
p {
|
|
font-style: italic;
|
|
}
|
|
.info-deadlines {
|
|
border: 1px solid #faebcc;
|
|
padding: 15px;
|
|
color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
border-radius: 4px;
|
|
font-style: normal;
|
|
display: flex;
|
|
|
|
i {
|
|
vertical-align: middle;
|
|
line-height: 2.5em;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|