Skip to content
Permalink
0017766e77
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (21 sloc) 446 Bytes
@import url("login.css");
@import url("admin.css");
@import url("user.css");
@import url("menu-button.css");
@import url("messages.css");
body {
background-color: #fcfcfc !important;
}
main {
height: 100vh;
width: 100% !important;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.notification-count {
background-color: #f44336;
border-radius: 50%;
padding: 2px 6px;
margin-left: 5px;
}