simplify themes by using less

also adding additional css rules to less which have already been in the assets/css but not in less (base.less, responsive.less)
This commit is contained in:
Stefan Forstenlechner
2018-01-16 21:29:31 +00:00
parent 942b278a9e
commit bcd5d50afc
35 changed files with 79 additions and 3439 deletions

View File

@@ -71,6 +71,15 @@ p {
.profile {
margin-bottom: 15px;
}
.profile-img {
//used for profile image
max-width: 100px;
margin-bottom: 15px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.contact-list {
.fa {
margin-right: 5px;