50 lines
695 B
Plaintext
50 lines
695 B
Plaintext
@import "submenu";
|
|
@import "print";
|
|
|
|
.logo_cabezal {
|
|
padding: 1%;
|
|
img {
|
|
height: @line-height-base * @font-size-base * 5;
|
|
}
|
|
}
|
|
|
|
.dropdown-submenu {
|
|
position: relative;
|
|
|
|
.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -1px;
|
|
}
|
|
}
|
|
|
|
.error {
|
|
background-color: darken(@brand-danger, .9);
|
|
}
|
|
|
|
.page-heading {
|
|
padding: 3px 10px;
|
|
margin: auto 0;
|
|
background-color: @page_heading;
|
|
color: white;
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
.section-heading {
|
|
background-color: @dark-grey !important;
|
|
color: white !important;
|
|
|
|
a {
|
|
color: inherit !important;
|
|
}
|
|
}
|
|
.subsection-heading {
|
|
background-color: @light-grey !important;
|
|
}
|
|
|
|
.agregar, .remover, .click {
|
|
cursor: pointer;
|
|
} |