pop-camarades/static/main.css

38 lines
No EOL
454 B
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;
}