30 lines
387 B
CSS
30 lines
387 B
CSS
a.white-link:link {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
a.white-link:hover {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
a.white-link:visited {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
a.white-link:active {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
|
|
.react-bootstrap-table {
|
|
overflow-x: auto !important;
|
|
}
|
|
|
|
.card-size {
|
|
min-height: 190x;
|
|
min-width: 190px;
|
|
}
|
|
|
|
.nav-link {
|
|
cursor: pointer;
|
|
}
|