compress the popover a bit more

This commit is contained in:
Mads Rasmussen
2017-10-09 21:41:37 +02:00
parent b45a4a18f2
commit e1c45fda9a

View File

@@ -4,8 +4,8 @@
left: 50%;
background: @white;
border-radius: @baseBorderRadius;
padding: 20px;
max-width: 300px;
padding: 15px;
max-width: 250px;
min-width: 150px;
z-index: 10000;
}
@@ -36,14 +36,15 @@
}
.umb-tour__title {
margin-bottom: 15px;
margin-bottom: 10px;
font-weight: bold;
color: @black;
font-size: 16px;
margin-top: 10px;
font-size: 15px;
margin-top: 5px;
}
.umb-tour__content {
margin-bottom: 20px;
line-height: 24px;
margin-bottom: 15px;
font-size: 15px;
line-height: 1.6em;
}