Files
notifications-admin/app/assets/stylesheets/app.scss
T

41 lines
500 B
SCSS
Raw Normal View History

// Extra CSS overlaying elements
2016-02-01 11:59:45 +00:00
#global-header-bar {
background-color: $red;
}
2015-12-03 16:01:00 +00:00
#global-header #logo {
2015-12-17 10:28:15 +00:00
white-space: nowrap;
2016-02-01 11:54:10 +00:00
font-size: 27px;
line-height: 32px;
img {
padding-right: 8px;
}
2015-12-14 16:37:15 +00:00
}
@include media(desktop) {
#proposition-menu {
float: right;
}
#global-header .header-proposition #proposition-links li {
padding: 0 0 0 15px;
}
}
2015-12-14 16:37:15 +00:00
a:visited {
2015-12-17 10:28:15 +00:00
color: $link-colour;
2015-12-15 08:20:25 +00:00
}
.form-control-5em {
width: 100%;
@include media(tablet) {
width: 5em;
}
}