56 lines
1.1 KiB
SCSS
56 lines
1.1 KiB
SCSS
#welcome-modal .modal-dialog {
|
|
margin-top: 65px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-header {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body header {
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 22px;
|
|
color: #444;
|
|
margin-bottom: 23px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body p {
|
|
font-size: 13px;
|
|
color: #555;
|
|
margin: 0 auto;
|
|
width: 80%;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body .get-started {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body .get-started .col-md-4 {
|
|
text-align: center;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body .get-started .col-md-4 i {
|
|
font-size: 38px;
|
|
color: $cachet-gray-darker;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body .get-started .col-md-4 a {
|
|
color: $cachet-gray-darker;
|
|
display: block;
|
|
margin-top: 12px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
#welcome-modal .modal-content .modal-body .go-dashboard {
|
|
text-align: center;
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|