14 lines
195 B
SCSS
14 lines
195 B
SCSS
@import "~bootstrap/scss/bootstrap.scss";
|
|
|
|
.big-icon {
|
|
width: 100%;
|
|
color: white;
|
|
font-size: 9rem;
|
|
padding: 3rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.card-title {
|
|
font-size: 1rem;
|
|
}
|