16 lines
163 B
SCSS
16 lines
163 B
SCSS
|
hr {
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.modal-dialog.modal-wide {
|
||
|
width: 95%;
|
||
|
}
|
||
|
|
||
|
.card-title {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.nav-link {
|
||
|
cursor: pointer;
|
||
|
}
|