Newer
Older
user-select: text;
}
}
}
min-height: 26px;
padding: 5px 15px 0 37px;
&:not(.system) .message-cog-container {
display: inline-block;
}
.attachment {
.attachment-title > a {
font-size: 0.9em;
}
height: 150px;
width: 266px;
}
}
height: 20px;
width: 20px;
left: 10px;
.avatar {
width: 20px;
height: 20px;
}
.thumb:not(.thumb-small),.user {
/* stylelint-disable-line */
position: relative;
text-align: right;
left: 0;
display: inline-block;
}
}
}
}
}
// FLEX-TAB and FLEX-TAB views
display: flex;
height: 100%;
}
.flex-tab-container {
display: flex;
z-index: 2;
border-width: 0 0 0 1px;
.flex-tab {
position: relative;
display: none;
.control {
.header {
text-align: center;
padding: 5px 30px 20px;
margin: 5px 0 15px;
h2 {
font-size: 20px;
line-height: 25px;
font-weight: 300;
}
Gabriel Engel
committed
}
.button {
min-height: 36px;
margin: 0 1px;
Gabriel Engel
committed
position: absolute;
left: 0;
top: 0;
height: 60px;
width: 30px;
border-width: 0 0 1px;
cursor: pointer;
.transform(translateX(-27px));
transition: transform 0.25s ease-out 0.475s, background 0.075s ease-out 0.5s;
i {
.transform-origin(50%, 50%, 0);
transition: transform 0.3s ease-out;
height: 12.5px;
vertical-align: top;
margin-top: 1px;
}
Gabriel Engel
committed
}
.search-form {
width: 100%;
.icon-plus {
position: absolute;
top: 11px;
left: 8px;
font-size: 13px;
}
}
.info-tabs {
position: absolute;
top: 0;
text-align: right;
height: 60px;
a {
float: left;
display: inline-block;
padding: 0 15px;
height: 60px;
line-height: 60px;
vertical-align: middle;
border-width: 0 0 0 1px;
&:last-child {
border-width: 0 1px 0 0;
}
}
}
}
.content {
&:extend(.fill-all);
overflow-x: hidden;
overflow-y: auto;
top: auto;
-webkit-overflow-scrolling: touch;
transition: transform 0.45s cubic-bezier(0.5, 0, 0, 1), opacity 0.125s ease-out 0.1s;
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
> .animated-hidden {
.transform(translateX(100%));
opacity: 0;
}
> .animated {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
> .title {
height: @header-min-height;
h2 {
padding: 0 20px;
font-size: 20px;
line-height: @header-min-height;
font-weight: 300;
}
}
Gabriel Engel
committed
}
Gabriel Engel
committed
position: absolute;
Gabriel Engel
committed
left: 0;
width: 100%;
padding: 9px 15px 0;
z-index: 100;
text-align: right;
height: @footer-min-height;
Gabriel Engel
committed
}
.social {
text-align: center;
position: absolute;
width: 100%;
top: -12px;
left: 0;
font-size: 13px;
.share {
border-radius: 50%;
min-height: 40px;
line-height: 20px;
&::before {
border-radius: 50%;
}
span {
display: none;
}
}
.flex-tab-bar {
min-width: 40px;
.tab-button {
position: relative;
cursor: pointer;
text-align: center;
button {
height: 38px;
}
.counter {
position: absolute;
font-size: 9px;
width: 13px;
height: 13px;
line-height: 13px;
font-weight: bold;
right: 4px;
top: 4px;
text-align: center;
button {
margin-left: 3px;
}
.counter {
margin-right: -3px;
}
&.opened {
.flex-tab {
display: block;
}
}
Gabriel Engel
committed
}
.list-view {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
overflow-x: hidden;
Gabriel Engel
committed
.list {
display: flex;
flex-flow: column nowrap;
Gabriel Engel
committed
position: relative;
Gabriel Engel
committed
}
Gabriel Engel
committed
h2 {
font-size: 20px;
line-height: 25px;
font-weight: 300;
}
Gabriel Engel
committed
p {
font-size: 12px;
margin-top: 4px;
}
Gabriel Engel
committed
b {
font-weight: 600;
}
Gabriel Engel
committed
.see-all {
float: right;
text-decoration: underline;
cursor: pointer;
&:hover {
text-decoration: none;
}
Gabriel Engel
committed
}
Gabriel Engel
committed
}
&.file-name {
color: #008ce3;
padding: 10px 5px;
border-bottom: 1px solid #eaeaea;
display: block;
color: #006db0;
text-decoration: underline;
p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
i {
float: left;
margin-right: 10px;
&.file-delete {
float: right;
padding-top: 10px;
}
Gabriel Engel
committed
}
.user-view {
z-index: 15;
overflow-y: auto;
overflow-x: hidden;
Gabriel Engel
committed
.about {
width: 100%;
margin-bottom: 20px;
}
Gabriel Engel
committed
.thumb {
Gabriel Engel
committed
}
Gabriel Engel
committed
.info {
white-space: normal;
Gabriel Engel
committed
h3 {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
Gabriel Engel
committed
font-size: 24px;
line-height: 27px;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
white-space: nowrap;
content: " ";
display: inline-block;
width: 8px;
height: 8px;
border-radius: 4px;
vertical-align: middle;
}
Gabriel Engel
committed
}
Gabriel Engel
committed
p {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
Gabriel Engel
committed
line-height: 18px;
font-size: 12px;
font-weight: 300;
}
.role-tag {
padding: 1px 4px;
border-radius: 2px;
}
Gabriel Engel
committed
}
Gabriel Engel
committed
.stats {
li {
margin-bottom: 3px;
display: inline-block;
padding: 4px 6px;
border-right: 2px;
border-radius: 2px;
}
}
Gabriel Engel
committed
.box {
position: relative;
margin-bottom: 25px;
font-size: 13px;
Gabriel Engel
committed
h4 {
&:extend(.small-title);
margin-bottom: 6px;
}
Gabriel Engel
committed
content: " ";
height: 1px;
width: 100%;
bottom: -10px;
left: 0;
position: absolute;
}
}
Gabriel Engel
committed
.tags {
li {
display: inline-block;
padding: 4px;
border-right: 2px;
}
}
Gabriel Engel
committed
.links {
i {
margin-right: 5px;
font-size: 13px;
}
Gabriel Engel
committed
a {
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: block;
border-radius: 2px;
padding: 0 5px;
line-height: 22px;
position: relative;
transition: background 0.18s ease, color 0.18s ease;
Gabriel Engel
committed
content: attr(data-stats);
position: absolute;
right: 5px;
top: 0;
font-size: 11px;
opacity: 0;
}
Gabriel Engel
committed
&:hover {
padding-right: 34px;
text-decoration: none;
Gabriel Engel
committed
opacity: 1;
}
}
Gabriel Engel
committed
span {
font-weight: 300;
}
}
}
Gabriel Engel
committed
.contact-code {
margin: -5px 0 10px 0;
font-size: 12px;
}
.channels {
h3 {
font-size: 24px;
margin-bottom: 8px;
line-height: 22px;
}
p {
line-height: 18px;
font-size: 12px;
font-weight: 300;
}
a {
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: block;
border-radius: 2px;
padding: 0 5px;
line-height: 22px;
position: relative;
transition: background 0.18s ease, color 0.18s ease;
content: attr(data-stats);
position: absolute;
right: 5px;
top: 0;
font-size: 11px;
opacity: 0;
}
span {
font-weight: 300;
}
}
}
white-space: normal;
h3 {
font-size: 24px;
margin-bottom: 8px;
line-height: 22px;
}
p {
line-height: 18px;
font-size: 12px;
font-weight: 300;
}
> .input-line {
margin-top: 20px;
#password {
width: 70%;
}
.form-divisor {
text-align: center;
margin: 2em 0;
height: 9px;
.room-info-content > div {
Gabriel Engel
committed
}
Gabriel Engel
committed
.user-image {
margin: 4px;
height: @user-image-square;
width: @user-image-square;
Gabriel Engel
committed
cursor: pointer;
font-size: 12px;
position: relative;
Gabriel Engel
committed
&:hover,
&.selected {
Gabriel Engel
committed
}
}
}
&::before {
font-size: 10px;
}
position: absolute;
z-index: 1;
Gabriel Engel
committed
}
Gabriel Engel
committed
width: 100%;
width: @user-image-square;
height: @user-image-square;
float: left;
display: block;
line-height: @user-image-square;
font-size: 15px;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
padding-left: 10px;
Gabriel Engel
committed
}
Gabriel Engel
committed
display: block;
Gabriel Engel
committed
}
}
.user-profile {
white-space: normal;
overflow: hidden;
Gabriel Engel
committed
.thumb {
float: left;
width: 75px;
Gabriel Engel
committed
img {
width: 60px;
height: 60px;
}
}
Gabriel Engel
committed
.info {
display: block;
margin-left: 75px;
Gabriel Engel
committed
h3 {
font-size: 14px;
margin-bottom: 8px;
font-weight: 600;
}
Gabriel Engel
committed
p {
font-size: 12px;
margin-bottom: 6px;
}
Gabriel Engel
committed
a {
&:hover {
text-decoration: none;
}
}
}
}
.profile-buttons {
margin-top: 1em;
}
.rocket-modal {
Gabriel Engel
committed
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
visibility: hidden;
Gabriel Engel
committed
&.fluid {
Gabriel Engel
committed
height: 100%;
Gabriel Engel
committed
main {
position: absolute;
overflow-y: scroll;
Gabriel Engel
committed
}
}
}
Gabriel Engel
committed
&.opened {
.animation(fadeIn .1s ease-out forwards);
.animation(modalEnter .35s cubic-bezier(.5, 0, .1, 1) forwards .1s);
Gabriel Engel
committed
}
}
Gabriel Engel
committed
&.closed {
.animation(fadeOut .2s ease-out forwards);
.animation(modalExit .25s cubic-bezier(.5, 0, .1, 1) forwards);
Gabriel Engel
committed
}
}
Gabriel Engel
committed
&.overflow {
Gabriel Engel
committed
overflow: visible;
Gabriel Engel
committed
main {
overflow: visible;
position: relative;
}
}
}
Gabriel Engel
committed
.wrapper {
display: table;
height: 100%;
width: 100%;
position: relative;
}
Gabriel Engel
committed
.window {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
height: 100%;
position: relative;
}
Gabriel Engel
committed
fieldset {
margin-bottom: 8px;
}
Gabriel Engel
committed
legend {
z-index: 2;
display: block;
margin-bottom: 18px;
position: relative;
text-transform: uppercase;
font-size: 13px;
Gabriel Engel
committed
i {
margin-right: 4px;
}
Gabriel Engel
committed
content: " ";
width: 100%;
height: 1px;
position: absolute;
top: 19px;
left: 0;
z-index: 1;
}
}
Gabriel Engel
committed
display: block;
max-width: 800px;
margin: 0 auto;
width: 90%;
position: relative;
overflow: hidden;
text-align: left;
border-radius: 4px;
box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
Gabriel Engel
committed
padding: 56px 0;
opacity: 0;
Gabriel Engel
committed
header {
height: 55px;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
font-size: 14px;
text-align-last: right;
padding: 0 25px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
Gabriel Engel
committed
h3 {
display: inline-block;
margin: 0;
text-align: left;
font-size: 18px;
Gabriel Engel
committed
line-height: 55px;
text-overflow: ellipsis;
overflow: hidden;
}
Gabriel Engel
committed
.close {
position: absolute;
width: 20px;
height: 26px;
right: 20px;
top: 16px;
opacity: 1;
Gabriel Engel
committed
i {
font-size: 24px;
}
}
}
Gabriel Engel
committed
main {
display: block;
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 20px 25px;
}
Gabriel Engel
committed
footer {
height: 55px;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
padding: 11px 25px 0;
text-align: right;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
}
}
.avatarPrompt {
header {
p {
font-size: 14px;
line-height: 22px;
font-weight: 300;
}
}
img {
width: 200px;
}
}
.select-arrow {
position: absolute;
bottom: 11px;
right: 4px;
color: #a9a9a9;
}
Gabriel Engel
committed
#login-card {
Gabriel Engel
committed
max-width: 520px;
box-shadow:
0 1px 1px 0 rgba(0, 0, 0, 0.2),
0 2px 10px 0 rgba(0, 0, 0, 0.16);
margin: 8px 0 0;
font-size: 14px;
line-height: 22px;
font-weight: 300;
}
}
Gabriel Engel
committed
h2 {
&:extend(.rocket-h2);
line-height: 24px;
margin: 0;
Gabriel Engel
committed
}
Gabriel Engel
committed
h3 {
&:extend(.rocket-h3);
}
Gabriel Engel
committed
img {
width: 200px;
}
margin: 4px 0;
display: inline-block;
}
Gabriel Engel
committed
.options {
display: none;
width: 100%;
font-size: 10px;
}