Updating asss lint stuff with other scss improvements
Этот коммит содержится в:
@@ -15,21 +15,22 @@
|
||||
}
|
||||
|
||||
.app__content {
|
||||
height: 100%;
|
||||
padding-top: 50px;
|
||||
margin-left: 220px;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
@include display-flex;
|
||||
@include flex-direction(column);
|
||||
background: $white;
|
||||
height: 100%;
|
||||
margin-left: 220px;
|
||||
padding-top: 50px;
|
||||
position: relative;
|
||||
|
||||
.channel__wrap & {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#post-create {
|
||||
@include flex(0 0 auto);
|
||||
background: #fff;
|
||||
background: $white;
|
||||
width: 100%;
|
||||
z-index: 3;
|
||||
}
|
||||
@@ -37,12 +38,12 @@
|
||||
#archive-link-home {
|
||||
@include flex(0 0 auto);
|
||||
cursor: pointer;
|
||||
padding: 10px 20px;
|
||||
font-size: 13px;
|
||||
padding: 10px 20px;
|
||||
|
||||
.fa {
|
||||
font-size: 11px;
|
||||
@include opacity(.7);
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -50,36 +51,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.post-list {
|
||||
.new-messages-hr {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px;
|
||||
border: 0;
|
||||
border-top: 1px solid #f80;
|
||||
}
|
||||
|
||||
.new-messages-text {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
color: #f80;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.new-messages-hr {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px;
|
||||
border: 0;
|
||||
border-top: 1px solid #f80;
|
||||
}
|
||||
|
||||
.new-messages-text {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
color: #f80;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.delete-message-text {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.footer-pane {
|
||||
background: #eee;
|
||||
background: $light-gray;
|
||||
padding-bottom: 1em;
|
||||
|
||||
.footer-link {
|
||||
padding: 0 1.5em;
|
||||
|
||||
&.copyright {
|
||||
color: #999;
|
||||
color: $dark-gray;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-site-name {
|
||||
padding: 1.5em 0 1em;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding: 1.5em 0 1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,32 +6,32 @@
|
||||
}
|
||||
|
||||
.form__label {
|
||||
text-align: left;
|
||||
padding-right: 3px;
|
||||
font-weight: 600;
|
||||
font-size: 1.1em;
|
||||
font-weight: 600;
|
||||
padding-right: 3px;
|
||||
text-align: left;
|
||||
|
||||
&.light {
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
color: $dark-gray;
|
||||
font-size: 1.05em;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
padding-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.input__help {
|
||||
@include opacity(.8);
|
||||
color: inherit;
|
||||
margin: 10px 0 0 10px;
|
||||
word-break: break-word;
|
||||
@include opacity(.8);
|
||||
|
||||
&.dark {
|
||||
@include opacity(1);
|
||||
}
|
||||
|
||||
&.error {
|
||||
color: #a94442;
|
||||
color: darken($red, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,13 +49,9 @@
|
||||
}
|
||||
|
||||
.help-block {
|
||||
color: $dark-gray;
|
||||
font-size: .95em;
|
||||
margin: 10px 0 0;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.disabled-input {
|
||||
background-color: #ddd !important;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
#channel-header {
|
||||
.channel-header {
|
||||
@include flex(0 0 56px);
|
||||
}
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
}
|
||||
|
||||
.header-dropdown__icon {
|
||||
font-size: 11px;
|
||||
color: inherit;
|
||||
font-size: 11px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
word-break: break-word;
|
||||
|
||||
&.dropdown {
|
||||
float: left;
|
||||
max-width: 100%;
|
||||
padding-right: 1em;
|
||||
float: left;
|
||||
|
||||
.header-dropdown__icon {
|
||||
color: #777;
|
||||
color: $dark-gray;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -49,10 +49,11 @@
|
||||
}
|
||||
|
||||
&.description {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-top: 2px;
|
||||
max-height: 45px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.markdown-inline-img {
|
||||
max-height: 45px;
|
||||
}
|
||||
@@ -65,14 +66,14 @@
|
||||
}
|
||||
|
||||
.channel-intro {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
margin: 0 auto 35px;
|
||||
padding: 0 1em 5px;
|
||||
max-width: 1000px;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
padding: 0 1em 5px;
|
||||
|
||||
.intro-links {
|
||||
margin: 0 1.5em 10px 0;
|
||||
display: inline-block;
|
||||
margin: 0 1.5em 10px 0;
|
||||
|
||||
.fa {
|
||||
margin-right: 5px;
|
||||
@@ -80,28 +81,30 @@
|
||||
}
|
||||
|
||||
.channel-intro-profile {
|
||||
margin-top: 5px;
|
||||
margin-left: 63px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.channel-intro-img {
|
||||
float: left;
|
||||
|
||||
img {
|
||||
@include border-radius(100px);
|
||||
}
|
||||
}
|
||||
|
||||
.channel-intro__title {
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.channel-intro__content {
|
||||
background: #f7f7f7;
|
||||
padding: 10px 15px;
|
||||
@include border-radius(3px);
|
||||
background: $bg--gray;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
.channel-intro-text {
|
||||
margin-top: 35px;
|
||||
}
|
||||
@@ -111,28 +114,28 @@
|
||||
.sidebar--left,
|
||||
.sidebar--menu {
|
||||
.team__header {
|
||||
position: relative;
|
||||
padding: 9px 10px;
|
||||
@include legacy-pie-clearfix;
|
||||
padding: 9px 10px;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
@include single-transition(all, .05s, linear);
|
||||
content: '';
|
||||
background: none;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
content: '';
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:before {
|
||||
background: rgba(black, .1);
|
||||
@include alpha-property(background, $black, .1);
|
||||
}
|
||||
|
||||
.user__name {
|
||||
color: #fff;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.navbar-right {
|
||||
@@ -145,95 +148,88 @@
|
||||
.navbar-right {
|
||||
font-size: .85em;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 22px;
|
||||
top: 10px;
|
||||
z-index: 5;
|
||||
|
||||
.dropdown-toggle {
|
||||
@include opacity(.8);
|
||||
@include single-transition(all, .1s, linear);
|
||||
padding: 10px;
|
||||
@include opacity(.8);
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
li a {
|
||||
a {
|
||||
overflow: hidden;
|
||||
padding: 3px 20px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown__icon {
|
||||
fill: #fff;
|
||||
fill: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.settings__link a:hover,
|
||||
a:visited,
|
||||
a:link,
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.user__picture {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
float: left;
|
||||
@include border-radius(36px);
|
||||
float: left;
|
||||
height: 36px;
|
||||
margin-right: 6px;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
.header__info {
|
||||
color: #fff;
|
||||
@include clearfix;
|
||||
color: $white;
|
||||
padding-left: 2px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.team__name,
|
||||
.user__name {
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
max-width: 85%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.team__name {
|
||||
float: left;
|
||||
line-height: 22px;
|
||||
margin-top: -2px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.user__name {
|
||||
@include single-transition(all, .1s, linear);
|
||||
@include alpha-property(color, $white, .8);
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
font-weight: 400;
|
||||
color: #eee;
|
||||
color: rgba(#fff, .8);
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
> .nav {
|
||||
> li {
|
||||
> a {
|
||||
background: none;
|
||||
float: right;
|
||||
background: none !important;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
&.dropdown-toggle {
|
||||
line-height: 1.8;
|
||||
font-size: 1em;
|
||||
color: #fff;
|
||||
}
|
||||
.dropdown-toggle {
|
||||
color: $white;
|
||||
font-size: 1em;
|
||||
line-height: 1.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search__clear {
|
||||
display: none;
|
||||
}
|
||||
@@ -250,27 +246,29 @@
|
||||
}
|
||||
|
||||
.channel-header {
|
||||
width: 100%;
|
||||
border-left: none;
|
||||
font-size: 14px;
|
||||
line-height: 56px;
|
||||
width: 100%;
|
||||
|
||||
#member_popover {
|
||||
width: 50px;
|
||||
color: #999;
|
||||
color: #999999;
|
||||
cursor: pointer;
|
||||
width: 50px;
|
||||
|
||||
.fa {
|
||||
margin-left: 4px;
|
||||
font-size: 16px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
&.alt {
|
||||
margin: 0;
|
||||
|
||||
th {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
td {
|
||||
border: none;
|
||||
}
|
||||
@@ -278,37 +276,39 @@
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
|
||||
&:first-child {
|
||||
text-align: left !important;
|
||||
border-left: none;
|
||||
width: 100%;
|
||||
padding-left: 1em;
|
||||
text-align: left !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
width: 8.9%;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 5px 25px 5px !important;
|
||||
font-size: 13px;
|
||||
padding: 5px 25px 5px !important;
|
||||
text-align: center !important;
|
||||
|
||||
&:first-child {
|
||||
text-align: left !important;
|
||||
}
|
||||
}
|
||||
|
||||
.heading {
|
||||
margin: 0;
|
||||
color: #555;
|
||||
color: #555555;
|
||||
display: inline-block;
|
||||
font-size: 1.3em;
|
||||
font-weight: 600;
|
||||
margin: 0 4px 0 0;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.caret {
|
||||
@@ -318,13 +318,13 @@
|
||||
.more {
|
||||
color: #81848b;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-transform: capitalize;
|
||||
font-size: 13px;
|
||||
text-transform: capitalize;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #999;
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -342,11 +342,11 @@
|
||||
|
||||
.channel-header__links {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 22px;
|
||||
height: 30px;
|
||||
width: 24px;
|
||||
line-height: 26px;
|
||||
margin-right: 9px;
|
||||
font-size: 22px;
|
||||
width: 24px;
|
||||
|
||||
.channel__wrap.move--left & {
|
||||
position: absolute;
|
||||
@@ -355,14 +355,15 @@
|
||||
}
|
||||
|
||||
> a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
@include opacity(.6);
|
||||
@include single-transition(all, .1s, ease-in);
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
@include opacity(1);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#post-list {
|
||||
.markdown-inline-img {
|
||||
-moz-force-broken-image-icon: 1;
|
||||
max-height: 500px;
|
||||
height: 500px;
|
||||
max-height: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,33 +26,33 @@
|
||||
|
||||
pre {
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
overflow: auto;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.post-body--code__language {
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #fff;
|
||||
@include translate3d(0, 0, 0);
|
||||
background: #21586d;
|
||||
padding: 4px 10px 5px 10px;
|
||||
color: $white;
|
||||
font-size: 13px;
|
||||
opacity: .7;
|
||||
padding: 4px 10px 5px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.post__body {
|
||||
hr {
|
||||
height: 4px;
|
||||
padding: 0;
|
||||
margin: 15px 0 16px;
|
||||
@include opacity(.2);
|
||||
background-color: #e7e7e7;
|
||||
border: 0 none;
|
||||
@include opacity(.2);
|
||||
height: 4px;
|
||||
margin: 15px 0 16px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
@@ -67,50 +67,53 @@
|
||||
}
|
||||
|
||||
.markdown__table {
|
||||
background: #fff;
|
||||
background: $white;
|
||||
margin: 5px 0 10px;
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 6px 13px;
|
||||
border: 1px solid #ddd;
|
||||
padding: 6px 13px;
|
||||
}
|
||||
|
||||
tbody tr {
|
||||
background: #fff;
|
||||
background: $white;
|
||||
|
||||
&:nth-child(2n) {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border: none;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
padding: 10px 10px 10px 38px;
|
||||
margin-bottom: 0;
|
||||
padding: 10px 10px 10px 38px;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
font-family: FontAwesome;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
content: '\f10d';
|
||||
left: 8px;
|
||||
top: 5px;
|
||||
position: absolute;
|
||||
font-size: 20px;
|
||||
@include opacity(.6);
|
||||
content: '\f10d';
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
left: 8px;
|
||||
position: absolute;
|
||||
text-decoration: inherit;
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
border: none;
|
||||
color: inherit;
|
||||
margin: 5px 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #fff;
|
||||
background: $white;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
|
||||
#navbar {
|
||||
input {
|
||||
margin: 0px 5px 0px 2px;
|
||||
margin: 0 5px 0 2px;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
position: absolute;
|
||||
background: $primary-color;
|
||||
border: none;
|
||||
min-height: 45px;
|
||||
background: $color--primary;
|
||||
position: absolute;
|
||||
|
||||
.navbar-nav {
|
||||
> li {
|
||||
@@ -30,19 +30,19 @@
|
||||
}
|
||||
|
||||
.navbar-toggle {
|
||||
width: 43px;
|
||||
float: left;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
fill: $white;
|
||||
float: left;
|
||||
height: 44px;
|
||||
line-height: 48px;
|
||||
margin: 0;
|
||||
padding: 0 10px;
|
||||
line-height: 48px;
|
||||
height: 44px;
|
||||
width: 43px;
|
||||
z-index: 5;
|
||||
fill: #fff;
|
||||
|
||||
.icon-bar {
|
||||
background: #fff;
|
||||
background: $white;
|
||||
width: 21px;
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
.icon--white {
|
||||
color: #fff;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
@@ -62,16 +62,16 @@
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding: 0 .5em;
|
||||
height: 45px;
|
||||
line-height: 45px;
|
||||
float: none;
|
||||
font-size: 16px;
|
||||
height: 45px;
|
||||
line-height: 45px;
|
||||
padding: 0 .5em;
|
||||
|
||||
.heading {
|
||||
margin-right: 3px;
|
||||
color: $white;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.header-dropdown__icon {
|
||||
@@ -79,36 +79,36 @@
|
||||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
color: #fff;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: $white;
|
||||
display: inline-block;
|
||||
margin-right: .5em;
|
||||
color: #fff;
|
||||
|
||||
&.info-popover {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
background: url('../images/info__icon.png');
|
||||
@include background-size(100% 100%);
|
||||
vertical-align: middle;
|
||||
top: -1px;
|
||||
position: relative;
|
||||
background: url('../images/info__icon.png');
|
||||
cursor: pointer;
|
||||
height: 19px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
vertical-align: middle;
|
||||
width: 19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-channel {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
margin-left: 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,11 +117,13 @@
|
||||
}
|
||||
|
||||
.more-channel-table {
|
||||
width: 100%;
|
||||
border: 1px solid #dbdbdc;
|
||||
width: 100%;
|
||||
|
||||
td {
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 110px;
|
||||
}
|
||||
@@ -129,9 +131,9 @@
|
||||
}
|
||||
|
||||
.badge-notify {
|
||||
background: red;
|
||||
position: absolute;
|
||||
background: $red;
|
||||
left: 4px;
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
|
||||
.post {
|
||||
&.post--root {
|
||||
padding-bottom: 1.2em;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 1.2em;
|
||||
|
||||
.post__body {
|
||||
background: transparent !important;
|
||||
@@ -37,8 +37,8 @@
|
||||
|
||||
.post__header {
|
||||
.col__reply {
|
||||
top: 0;
|
||||
text-align: right;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,13 +48,13 @@
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.post-create__container {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
|
||||
.textarea-wrapper {
|
||||
min-height: 100px;
|
||||
@@ -70,48 +70,46 @@
|
||||
|
||||
.msg-typing {
|
||||
@include opacity(.7);
|
||||
float: left;
|
||||
margin-top: 3px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
min-width: 1px;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 13px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
margin-top: 3px;
|
||||
max-width: 230px;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
.post-create-footer {
|
||||
width: 100%;
|
||||
padding: 5px 0 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-right-comments-upload-in-progress {
|
||||
padding: 6px 0;
|
||||
color: #a8adb7;
|
||||
margin-right: 10px;
|
||||
padding: 6px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-right-header {
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
border-bottom: $border-gray;
|
||||
color: #999;
|
||||
font-size: 1em;
|
||||
font-weight: 400;
|
||||
color: #888;
|
||||
height: 39px;
|
||||
padding: 10px 10px 0 15px;
|
||||
border-bottom: $border-gray;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.post-right-root-container {
|
||||
border-bottom: $border-gray;
|
||||
padding: 5px 10px;
|
||||
border-bottom: $border-gray;
|
||||
}
|
||||
|
||||
.post-right-root-container {
|
||||
ul {
|
||||
padding-left: 0;
|
||||
margin-bottom: 2px;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -131,19 +129,19 @@
|
||||
}
|
||||
|
||||
.post-right-create-comment-container {
|
||||
padding: 5px;
|
||||
margin-bottom: 18px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin-bottom: 18px;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-right__scroll {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@include flex(1 1 auto);
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
|
||||
.file-preview__container {
|
||||
margin-top: 5px;
|
||||
|
||||
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
@@ -1,86 +1,97 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.sidebar--left {
|
||||
background: #fafafa;
|
||||
border-right: $border-gray;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
width: 220px;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
border-right: $border-gray;
|
||||
background: #fafafa;
|
||||
z-index: 5;
|
||||
|
||||
&.sidebar--padded {
|
||||
padding-top: 44px;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
max-height: 400px;
|
||||
max-width: 200px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-width: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.search__form {
|
||||
display: none;
|
||||
margin: 0;
|
||||
padding: 1em 1em 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.badge {
|
||||
background-color: $color--primary;
|
||||
background-color: $primary-color;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.status {
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-right: 6px;
|
||||
width: 12px;
|
||||
display: inline-block;
|
||||
|
||||
svg {
|
||||
max-height: 14px;
|
||||
}
|
||||
|
||||
i,
|
||||
path,
|
||||
ellipse {
|
||||
@include opacity(.5);
|
||||
|
||||
&.online--icon,
|
||||
&.away--icon {
|
||||
@include opacity(1);
|
||||
}
|
||||
}
|
||||
|
||||
.fa-lock {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.fa-globe {
|
||||
top: -1px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-pills__container {
|
||||
height: calc(100% - 80px);
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
height: calc(100% - 80px);
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nav-pills__unread-indicator {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 72%;
|
||||
color: #fff;
|
||||
background: #2389d7;
|
||||
@include border-radius(50px);
|
||||
background: #2389d7;
|
||||
color: #ffffff;
|
||||
font-size: 13.5px;
|
||||
left: 0;
|
||||
margin: 0 auto;
|
||||
padding: 3px 0 4px;
|
||||
font-size: 13.5px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
width: 72%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.nav-pills__unread-indicator-top {
|
||||
top: 66px;
|
||||
}
|
||||
|
||||
.nav-pills__unread-indicator-bottom {
|
||||
bottom: 20px;
|
||||
}
|
||||
@@ -91,71 +102,83 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
> h4 {
|
||||
color: #aaaaaa;
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
margin: 1.1em 0 .5em;
|
||||
font-weight: 400;
|
||||
color: #aaa;
|
||||
letter-spacing: -.3px;
|
||||
margin: 1.1em 0 .5em;
|
||||
padding: 0 10px 0 15px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
> a {
|
||||
padding: 3px 10px 3px 25px;
|
||||
line-height: 1.5;
|
||||
border-radius: 0;
|
||||
white-space: nowrap;
|
||||
line-height: 1.5;
|
||||
overflow: hidden;
|
||||
padding: 3px 10px 3px 25px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
&.has-badge {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
&.has-close {
|
||||
padding-right: 30px;
|
||||
|
||||
&:hover {
|
||||
.btn-close {
|
||||
display: block;
|
||||
@include opacity(.8);
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
@include opacity(0);
|
||||
display: none;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: -1px;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
@include opacity(0);
|
||||
display: none;
|
||||
|
||||
&:hover {
|
||||
@include opacity(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.nav-more {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&.unread-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.active {
|
||||
a {
|
||||
&:before {
|
||||
background: $black;
|
||||
content: '';
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
background: #000;
|
||||
}
|
||||
}
|
||||
|
||||
a,
|
||||
a:hover,
|
||||
a:focus {
|
||||
background-color: rgba(black, .1);
|
||||
@include alpha-property(background-color, $black, .1);
|
||||
border-radius: 0;
|
||||
font-weight: 400;
|
||||
position: relative;
|
||||
@@ -163,35 +186,37 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.add-channel-btn {
|
||||
color: #aaaaaa;
|
||||
float: right;
|
||||
outline: none;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
line-height: 18px;
|
||||
margin: -2px 0 0 0;
|
||||
color: #aaa;
|
||||
outline: none;
|
||||
padding: 0 5px;
|
||||
text-decoration: none;
|
||||
font-size: 22px;
|
||||
line-height: 18px;
|
||||
font-weight: 700;
|
||||
|
||||
&:hover {
|
||||
color: #666;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.channel-loading-gif {
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
margin-top: 2px;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.join-channel-loading-gif {
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
height: 25px;
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
@@ -1,69 +1,80 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.sidebar--menu {
|
||||
position: absolute;
|
||||
width: 220px;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
border-right: $border-gray;
|
||||
padding: 0 0 2em 0;
|
||||
background: #fafafa;
|
||||
border-right: $border-gray;
|
||||
display: none;
|
||||
height: 100%;
|
||||
padding: 0 0 2em;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 220px;
|
||||
|
||||
.nav-pills__container {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.team__header {
|
||||
@include legacy-pie-clearfix;
|
||||
display: none;
|
||||
padding: 0 15px;
|
||||
@include legacy-pie-clearfix;
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.navbar-right {
|
||||
font-size: .85em;
|
||||
margin: 16px -5px 0;
|
||||
|
||||
.dropdown-toggle {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
li a {
|
||||
padding: 3 20px;
|
||||
color: #555;
|
||||
padding: 3 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown__icon {
|
||||
width: 4px;
|
||||
height: 16px;
|
||||
@include background-size(100% 100%);
|
||||
background: url('../images/dropdown-icon.png');
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.team__name {
|
||||
float: left;
|
||||
line-height: 50px;
|
||||
font-weight: 600;
|
||||
font-size: 1.2em;
|
||||
font-weight: 600;
|
||||
line-height: 50px;
|
||||
max-width: 80%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
> li {
|
||||
> a {
|
||||
font-size: 15px;
|
||||
background: none !important;
|
||||
color: inherit;
|
||||
font-size: 15px;
|
||||
line-height: 40px;
|
||||
padding: 0 15px;
|
||||
|
||||
.fa,
|
||||
.glyphicon {
|
||||
width: 25px;
|
||||
text-align: center;
|
||||
left: -5px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.sidebar--right {
|
||||
position: fixed;
|
||||
width: 400px;
|
||||
height: 100%;
|
||||
right: 0px;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
@include translateX(400px);
|
||||
background: $white;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
width: 400px;
|
||||
|
||||
.post-body {
|
||||
img {
|
||||
@@ -26,39 +26,39 @@
|
||||
}
|
||||
|
||||
.sidebar--right__content {
|
||||
height: 100%;
|
||||
@include display-flex;
|
||||
@include flex-direction(column);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sidebar--right__back {
|
||||
color: inherit;
|
||||
@include opacity(.8);
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
margin: 0 0 0 -14px;
|
||||
font-size: 13px;
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
margin: 0 0 0 -14px;
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.sidebar-right__body {
|
||||
@include border-radius(2px 0 0 0);
|
||||
@include display-flex;
|
||||
@include flex(1 1 auto);
|
||||
@include flex-direction(column);
|
||||
border-left: $border-gray;
|
||||
border-top: $border-gray;
|
||||
@include display-flex;
|
||||
@include flex-direction(column);
|
||||
height: calc(100% - 56px);
|
||||
@include border-radius(2px 0 0 0);
|
||||
}
|
||||
|
||||
.sidebar__overlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: yellow;
|
||||
@include opacity(.1);
|
||||
position: absolute;
|
||||
z-index: 5;
|
||||
background-color: $yellow;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
@@ -66,17 +66,17 @@
|
||||
}
|
||||
|
||||
.sidebar--right__close {
|
||||
margin: 11px 0 0 0;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
opacity: .5;
|
||||
font-size: 22px;
|
||||
line-height: 0;
|
||||
background: none;
|
||||
float: right;
|
||||
outline: none;
|
||||
border: none;
|
||||
@include single-transition(all, .2s, ease-in);
|
||||
background: none;
|
||||
border: none;
|
||||
float: right;
|
||||
font-size: 22px;
|
||||
height: 22px;
|
||||
line-height: 0;
|
||||
margin: 11px 0 0;
|
||||
opacity: .5;
|
||||
outline: none;
|
||||
width: 22px;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
@@ -90,14 +90,14 @@
|
||||
}
|
||||
|
||||
.sidebar--right__header {
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
color: inherit;
|
||||
height: 44px;
|
||||
padding: 0 1em;
|
||||
line-height: 44px;
|
||||
@include flex(0 0 44px);
|
||||
border-bottom: $border-gray;
|
||||
color: inherit;
|
||||
font-size: 1em;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
padding: 0 1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.sidebar--right__subheader {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.webhooks__container {
|
||||
background: rgba(black, .1);
|
||||
border: 1px solid;
|
||||
@include border-radius(3px);
|
||||
padding: 0 13px 15px;
|
||||
@include alpha-property(background, $black, .1);
|
||||
border: 1px solid;
|
||||
margin-top: 10px;
|
||||
padding: 0 13px 15px;
|
||||
}
|
||||
|
||||
.webhook__item {
|
||||
@@ -19,16 +19,16 @@
|
||||
}
|
||||
|
||||
.webhook__remove {
|
||||
position: absolute;
|
||||
right: -7px;
|
||||
top: 8px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
color: #e05f5d;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
right: -7px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #e05f5d;
|
||||
top: 8px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.webhook__url {
|
||||
|
||||
Ссылка в новой задаче
Block a user