Base
This commit is contained in:
50
resources/less/custom.less
Normal file
50
resources/less/custom.less
Normal file
@ -0,0 +1,50 @@
|
||||
@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;
|
||||
}
|
Reference in New Issue
Block a user