imio-publik-themes/static/imio/_custom.scss

81 lines
1.6 KiB
SCSS

@charset "UTF-8";
/* Remove border on fields validate form page */
input[readonly],
select[readonly],
textarea[readonly] {
border-width: 0;
padding-left: 0;
padding-top: 0;
}
a {
color: #205c90;
}
body {
background-image: url("images/bg.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
}
div#rub_service div.category ul > li > a,
div#services > ul > li > ul > li > a,
div#account-management ul > li > a,
div.links-list ul > li > a,
div.menucell ul > li > a,
div.wcsformcell > li > a,
div.categoriescell ul > li > a,
div.wcsformsofcategorycell ul > li > a,
div.wcscurrentdraftscell ul > li > a,
div.wcscurrentformscell ul > li > a {
border-bottom: None;
}
/*Good gormat for Last list item*/
form li:last-child {
border-top: None !important; /*1px solid black;*/
/*display: block;*/
font-size: 1em;
margin-top: 0em;
padding-top: 0em;
width: 98%;
}
div.wcsformsofcategorycell div.description {
display: none;
}
a#publik-portal-agent {
top: 30px;
right: 6%;
border: None;
}
button.form-previous {
background-color: rgba(0, 0, 0, 0) !important;
color: $link-color !important;
box-shadow: none !important;
border: 1px solid lighten($primary-color, 5%) !important;
&:hover {
background-color: $primary-color !important;
color: white !important;
}
}
button.form-discard {
background-color: rgba(0, 0, 0, 0) !important;
color: $link-color !important;
box-shadow: none !important;
&:hover {
text-decoration: underline !important;
}
}
/* hotfix meal calendar for PP */
tbody > tr > td.jour {
height: 100px; // cell will grow since height function like min-height in table cells
}