Style fix on tour guide panel
This commit is contained in:
parent
b3d820c892
commit
f5d5835edb
|
@ -160,7 +160,7 @@ ngx-guided-tour {
|
|||
/*custom add*/
|
||||
font-weight: lighter !important;
|
||||
font-size: 16px !important;
|
||||
padding: 28px 5px 0px 65px;
|
||||
padding: 28px 5px 25px 65px;
|
||||
overflow: auto;
|
||||
text-align: left;
|
||||
color: #212121;
|
||||
|
@ -178,7 +178,7 @@ ngx-guided-tour {
|
|||
|
||||
.tour-buttons {
|
||||
overflow: hidden; // clearfix
|
||||
padding: 10px 70px 30px 65px; /*custom add*/
|
||||
padding: 10px 70px 18px 65px; /*custom add*/
|
||||
|
||||
button.link-button {
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Reference in New Issue