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

124 lines
1.8 KiB
SCSS

.tab_manager
{
& .tab_contents
{
& h3:not(.modal-title)
{
margin: 17px 0 8.5px 0!important;
}
& h3 {
font-size: 14px !important;
}
& h3 {
color: #00aff0;
}
& > div
{
display: none;
}
}
}
.wrap_not_documentation
{
display: block;
}
.wrap_documentation
{
display: none;
}
.doc_switch_btn
{
margin-bottom: 20px;
& label
{
float: left;
& input
{
display: none;
&:checked + span
{
color: #FFFFFF;
background: #00aff0;
}
}
& 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;
}
}
&: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;
}