discourse/app/assets/stylesheets/desktop/header.scss

61 lines
909 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// --------------------------------------------------
// Discourse header
// --------------------------------------------------
.d-header {
left: 0;
z-index: 1000;
padding-top: 3px;
height: 60px;
2013-12-09 16:27:49 -05:00
.fa-home {
padding-right: 3px;
padding-top: 3px;
2013-09-05 15:37:07 -04:00
}
.current-username {
a {
display:block;
margin-top: 10px;
2013-09-05 15:37:07 -04:00
}
}
2013-09-05 15:37:07 -04:00
}
2014-05-14 01:27:04 -04:00
/* needs to be global, used in user-drop down and user page too */
.unread-private-messages {
background-color: $success;
}
2013-09-05 15:37:07 -04:00
#main {
position: relative;
}
#main-outlet {
2014-03-12 23:17:18 -04:00
padding-top: 82px;
2013-09-05 15:37:07 -04:00
}
// Dropdowns
// --------------------------------------------------
.d-dropdown {
width: 320px;
overflow: auto;
2013-09-05 15:37:07 -04:00
// Common
.heading {
border-top: 1px solid scale-color-diff();
2013-09-05 15:37:07 -04:00
}
// Categories
.category {
line-height: 20px;
}
2014-02-11 20:56:49 -05:00
.btn {
padding: 2px 8px;
margin-bottom: 2px;
.fa {
margin-right: 5px;
}
}
2013-09-05 15:37:07 -04:00
}