#327414 Event Details: Remove button margins

This commit is contained in:
stoyanvi 2017-02-03 15:24:17 +02:00
Родитель 1287952daf
Коммит 82465f44d5
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -35,6 +35,11 @@
vertical-align: middle;
}
.btn {
margin-right: 0;
margin-left: 0;
}
/* this is angular2 syntax :| */
.registered-users-wrapper >>> Image,
.registered-users-wrapper >>> .no-image {
@ -90,7 +95,7 @@
width: 99;
height: 34;
margin-top: 5;
padding: 8 20 0 10;
padding: 8 20 0 15;
color: #F4550F;
font-size: 12;
font-weight: bold;