Align attachments with usercard, make buttons use theme colors, prettify login form, more border radii adjustment for consistency.

This commit is contained in:
shpuld 2017-02-24 17:32:41 +02:00
parent e0e507348c
commit 9dfcf8a301
8 changed files with 50 additions and 25 deletions

View file

@ -35,7 +35,8 @@ button{
cursor: pointer;
&:hover {
background-color: white;
//background-color: white;
opacity: 0.8;
}
}
@ -175,7 +176,7 @@ status-text-container {
margin-top: 0.2em;
float: right;
margin-right: 0.3em;
border-radius: 20%;
border-radius: 5px;
}
}