2013-09-05 15:37:07 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
2014-01-08 12:43:37 -05:00
|
|
|
padding-top: 3px;
|
2014-06-29 10:39:31 -04:00
|
|
|
height: 60px;
|
2013-12-09 16:27:49 -05:00
|
|
|
.fa-home {
|
2014-01-08 12:43:37 -05:00
|
|
|
padding-right: 3px;
|
|
|
|
padding-top: 3px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
.current-username {
|
|
|
|
a {
|
2014-03-10 20:22:37 -04:00
|
|
|
display:block;
|
|
|
|
margin-top: 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-05-07 09:12:51 -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 {
|
2014-04-29 09:50:02 -04:00
|
|
|
width: 320px;
|
|
|
|
overflow: auto;
|
2013-09-05 15:37:07 -04:00
|
|
|
// Common
|
|
|
|
|
|
|
|
.heading {
|
2014-05-19 01:17:59 -04:00
|
|
|
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
|
|
|
}
|