mirror of
https://github.com/mempool/mempool.git
synced 2025-01-11 07:50:01 +01:00
17 lines
216 B
SCSS
17 lines
216 B
SCSS
.card-header {
|
|
border-bottom: 0;
|
|
background-color: none;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.card {
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.bootstrap-spinner {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 10px;
|
|
}
|