Añade estilos a los bloques de la página de inicio
De la fila de widgets con contenidos del sitio, tres requieren un enlace a su correspondiente página principal. Se sustituye el título de estos bloques por botones de ancho completo que imitarán el aspecto del título usando estos estilos.
This commit is contained in:
parent
2394be9383
commit
461e40c45f
1 changed files with 30 additions and 0 deletions
|
@ -150,6 +150,36 @@ ul > li > br {
|
|||
padding-top: 1em;
|
||||
}
|
||||
|
||||
.blocks-title {
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.blocks-title a.avia-button {
|
||||
border-radius: 0;
|
||||
padding: 0 5px !important;
|
||||
text-align: left;
|
||||
}
|
||||
.blocks-title a span.avia_iconbox_title {
|
||||
display: block;
|
||||
padding: 0 !important;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 18px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 33px;
|
||||
}
|
||||
.blocks-title a span.avia_iconbox_title:after {
|
||||
content: "\2197";
|
||||
font-size: 1em;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: super;
|
||||
}
|
||||
.blocks-title a span.avia_button_background {
|
||||
height: 33px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#keep-calm h2 {
|
||||
font-weight: 500 !important;
|
||||
line-height: 1.3em !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue