Newer
Older
Gabriel Engel
committed
clear: both;
}
}
Gabriel Engel
committed
.box-sizing(border-box);
Gabriel Engel
committed
*: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
}
text-align: left;
cursor: pointer;
text-transform: inherit;
color: inherit;
font-style: inherit;
}
.allow-text-selection {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
Gabriel Engel
committed
.text-right {
text-align: right;
}
.no-scroll {
overflow: hidden !important;
}
-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: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
display: inline;
padding: 0 0.5em;
margin: 0 0.1em;
code.hljs {
overflow-y: hidden;
}
pre {
display: inline-block;
width: 100%;
}
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
Rodrigo Nascimento
committed
width: 4px;
border-radius: 2px;
top: -1px;
bottom: -1px;
.login-terms {
font-size: smaller;
width: 520px;
padding: 10px;
max-width: 100%;
margin: auto;
a {
font-weight: bold !important;
text-decoration: underline;
}
}
.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,
.cozy .first-unread,
.compact .first-unread {
&.message,
&.sequential.message {
padding-top: 20px;
}
.body {
&::before {
content: "";
display: block;
position: absolute;
transition: background-color, 0.5s, linear;
Loading
Loading full blame...