59 lines
No EOL
755 B
CSS
59 lines
No EOL
755 B
CSS
@import "bootstrap.scss";
|
|
@import "npm:bootstrap-icons/font/bootstrap-icons.css";
|
|
|
|
img#header-logo {
|
|
width: 89px;
|
|
height: 35px;
|
|
}
|
|
|
|
#login-card {
|
|
margin: auto;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.dashboard-tile {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.user-photo {
|
|
background-color: #555;
|
|
color: #fff;
|
|
display: inline-block;
|
|
width: 25px;
|
|
height: 25px;
|
|
border-radius: 50%;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.item-click {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.text-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.table-responsive th,
|
|
.table-responsive td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#licenses h2 {
|
|
font-weight: bold;
|
|
margin: 15px 0;
|
|
}
|
|
|
|
#licenses p {
|
|
margin: 0;
|
|
}
|
|
|
|
.fs-7 {
|
|
font-size: .75rem !important;
|
|
} |