44 lines
No EOL
522 B
CSS
44 lines
No EOL
522 B
CSS
img#header-logo {
|
|
width: 60px;
|
|
height: 30px;
|
|
}
|
|
|
|
#login-card {
|
|
margin: auto;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.feather {
|
|
height: 18px;
|
|
width: auto;
|
|
}
|
|
|
|
.dashboard-tile {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.dashboard-tile .feather {
|
|
height: 42px;
|
|
width: auto;
|
|
}
|
|
|
|
.user-photo {
|
|
background-color: purple;
|
|
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;
|
|
} |