Newer
Older
.clearfix {
clear: both;
&::after {
content: "";
display: table;
Gabriel Engel
committed
clear: both;
}
}
Gabriel Engel
committed
.box-sizing(border-box);
Gabriel Engel
committed
*:not(input):not(textarea),
*:not(input):not(textarea):before,
*:not(input):not(textarea):after {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
Gabriel Engel
committed
}
.allow-text-selection {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
Gabriel Engel
committed
.no-scroll {
overflow: hidden !important;
}
.page-settings, .page-settings * {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
Gabriel Engel
committed
:focus {
outline: 0 !important;
outline-color: transparent;
outline-style: none;
}
text-decoration: none;
}
}
white-space: pre-wrap;
Fahad Alduraibi
committed
unicode-bidi: embed;
direction: ltr;
font-family: "Source Code Pro", Monaco, monospace, Courier, "Lucida Console";
display: inline;
padding: 0 0.5em;
margin: 0 0.1em;
font-family: "Source Code Pro", Monaco, monospace, Courier, "Lucida Console";
code.hljs {
overflow-y: hidden;
}
pre {
display: inline-block;
width: 100%;
}
Rodrigo Nascimento
committed
width: 4px;
top: -1px;
bottom: -1px;
.login-terms {
max-width: 400px;
margin: auto;
a {
font-weight: bold !important;
text-decoration: underline;
&:hover {
}
}
}
.upload-preview {
.upload-preview-file {
height: 200px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
}
.upload-preview-title {
padding: 3px;
border-radius: 0 0 5px 5px;
}
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.copyonly {
float: left;
display: inline-block;
vertical-align: baseline;
width: 0;
height: 0;
font-size: 0;
-moz-box-orient: vertical;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
&.first-unread-opaque {
.body {
&::before {
}
&::after {
}
}
}
.body {
&::before {
content: "";
display: block;
height: 1px;
position: absolute;
right: 0px;
.transition(background-color, .5s, linear);
}
&::after {
content: "unread messages";
display: block;
position: absolute;
right: 0px;
line-height: 10px;
.transition(color, .5s, linear);
.text-center {
text-align: center;
}
.connection-status > .alert {
padding: 2px;
position: absolute;
width: 100%;
Loading
Loading full blame...