Files
wyczarujprezent.pl/modules/masseditproduct/views/css/documentation.css
2024-10-28 22:14:22 +01:00

91 lines
1.9 KiB
CSS

.tab_manager .tab_contents h3:not(.modal-title) {
margin: 17px 0 8.5px 0 !important; }
.tab_manager .tab_contents h3 {
font-size: 14px !important; }
.tab_manager .tab_contents h3 {
color: #00aff0; }
.tab_manager .tab_contents > div {
display: none; }
.wrap_not_documentation {
display: block; }
.wrap_documentation {
display: none; }
.doc_switch_btn {
margin-bottom: 20px; }
.doc_switch_btn label {
float: left; }
.doc_switch_btn label input {
display: none; }
.doc_switch_btn label input:checked + span {
color: #FFFFFF;
background: #00aff0; }
.doc_switch_btn label span {
line-height: 30px;
padding: 0 20px;
display: inline-block;
color: #333333;
background: #fff;
font-weight: normal;
text-transform: uppercase;
font-size: 16px;
cursor: pointer; }
.doc_switch_btn:after {
content: '';
clear: both;
display: block; }
.SMPro_doc {
margin: 10px 5px !important; }
.tab_contents img {
display: block;
margin: 0 auto; }
.nav-pills > li a:active, .nav-pills > li a:focus {
color: #fff;
background-color: #00aff0;
text-decoration: none; }
.nav-pills > li a:hover {
text-decoration: none; }
.nav-pills ul {
padding-left: 25px; }
.bootstrap .nav-stacked > li + li {
cursor: pointer; }
.nav-pills li {
word-break: break-all;
list-style: none; }
.nav li a {
position: relative;
display: block;
padding: 10px 15px;
border-radius: 3px;
word-break: break-word; }
.important {
background-color: rgba(252, 255, 33, 0.89);
display: inline-block;
color: #111 !important;
margin: 8px 0 !important; }
.panel .panel-body {
padding: 0; }
.bootstrap .thumbnail, .bootstrap .img-thumbnail {
width: auto;
margin: 16px auto;
max-width: 100%; }
.bootstrap .alert {
margin-top: 16px;
margin-bottom: 16px; }
/*# sourceMappingURL=documentation.css.map */