Refactored the two last sass files in scss. #3796
This commit is contained in:
parent
7be8370924
commit
cdf4fc05df
4 changed files with 1868 additions and 1517 deletions
File diff suppressed because it is too large
Load diff
1816
app/assets/stylesheets/application.css.scss
Normal file
1816
app/assets/stylesheets/application.css.scss
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,40 +0,0 @@
|
|||
// A temporary fix for displaying the header in the single post view.
|
||||
// Should be removed once everything uses Bootstrap.
|
||||
|
||||
header
|
||||
.container
|
||||
width: 950px
|
||||
.header-nav
|
||||
span
|
||||
a
|
||||
font-weight: bold
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
||||
font-size: 13px
|
||||
li
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
||||
font-size: 13px
|
||||
|
||||
#conversations_badge, #notification_badge
|
||||
background: none
|
||||
|
||||
|
||||
#notification_badge.active
|
||||
@include border-radius(0)
|
||||
|
||||
#global_search
|
||||
form
|
||||
input
|
||||
height: 15px
|
||||
color: black
|
||||
|
||||
#notification_dropdown
|
||||
h4
|
||||
margin: 0
|
||||
.right
|
||||
a
|
||||
font-weight: bold
|
||||
.notification_element
|
||||
font-size: 13px
|
||||
.timeago
|
||||
border: medium none
|
||||
cursor: text
|
||||
52
app/assets/stylesheets/bootstrap-headerfix.scss
vendored
Normal file
52
app/assets/stylesheets/bootstrap-headerfix.scss
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
// A temporary fix for displaying the header in the single post view.
|
||||
// Should be removed once everything uses Bootstrap.
|
||||
|
||||
header {
|
||||
.container {
|
||||
width: 950px;
|
||||
.header-nav {
|
||||
span {
|
||||
a {
|
||||
font-weight: bold;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
li {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
#conversations_badge, #notification_badge {
|
||||
background: none;
|
||||
}
|
||||
#notification_badge.active {
|
||||
@include border-radius(0);
|
||||
}
|
||||
#global_search {
|
||||
form {
|
||||
input {
|
||||
height: 15px;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
#notification_dropdown {
|
||||
h4 {
|
||||
margin: 0;
|
||||
}
|
||||
.right {
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.notification_element {
|
||||
font-size: 13px;
|
||||
.timeago {
|
||||
border: medium none;
|
||||
cursor: text;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue