publik-base-theme/static/somme-cd80/_custom.scss

82 lines
1.1 KiB
SCSS

html, body {
background: #EBEBEB;
}
div#nav {
margin-top: 0;
& > ul {
margin-top: 0;
& > li a {
font-weight: normal;
}
}
}
#header-wrapper {
background: white;
}
#logo a {
margin: 1ex 0;
background: url(img/somme_fr_logo.png) top left no-repeat;
display: inline-block;
height: 115px;
line-height: 115px;
padding-left: 130px;
color: $orange;
}
#content div.cell.dashboard-title {
margin-top: 0;
margin-bottom: 0;
padding: 1ex 5%;
h3 {
margin-bottom: 0;
}
}
#content div.cell.dashboard-menu {
margin-top: 0;
ul li {
margin-right: 10%;
margin-left: 5%;
}
}
/* alter order of form buttons (previous/cancel/next) */
div#rub_service div.buttons {
display: inline-block;
div.cancel-button,
div.previous-button {
float: left;
}
div.submit-button {
float: right;
}
}
/* apa-users cell */
div.apa-user {
a.apa-user-link {
background: white url(img/profile.png) no-repeat 10px 15px;
padding-left: 70px;
}
}
/* RSA cells */
.cell[class*=" rsa-"] {
padding-bottom: 1rem;
}
.rsa-cell--introduction {
text-align: center;
margin-bottom: 1.5rem;
}
.rsa-cell--datas {
table {
margin-top: 1.5rem;
width: 100%;
}
}