compress the popover a bit more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user