Skip to content
Snippets Groups Projects
base.less 69.2 KiB
Newer Older
Gabriel Engel's avatar
Gabriel Engel committed
.clearfix {
	clear: both;
Gabriel Engel's avatar
Gabriel Engel committed
	&::after {
		content: "";
		display: table;
*::before,
*::after {
bharathkkb's avatar
bharathkkb committed
}
bharathkkb's avatar
bharathkkb 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;
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
button {
	background: none;
	border-width: 0;
	padding: 0;
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
	text-align: left;
	cursor: pointer;
	text-transform: inherit;
	color: inherit;
	font-style: inherit;
}

	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
.text-right {
	text-align: right;
}

.no-scroll {
	overflow: hidden !important;
}

.page-settings,
.page-settings * {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

:focus {
	outline: 0 !important;
	outline-color: transparent;
	outline-style: none;
}

Gabriel Engel's avatar
Gabriel Engel committed
a {
	cursor: pointer;
Gabriel Engel's avatar
Gabriel Engel committed
	text-decoration: none;
Gabriel Engel's avatar
Gabriel Engel committed
code {
	border-radius: 4px;
	border-width: 1px;
Gabriel Engel's avatar
Gabriel Engel committed
	display: block;
Gabriel Engel's avatar
Gabriel Engel committed
	font-size: 13px;
	font-weight: 600;
Gabriel Engel's avatar
Gabriel Engel committed
	margin: 5px 0;
Gabriel Engel's avatar
Gabriel Engel committed
	padding: 0.5em;
Gabriel Engel's avatar
Gabriel Engel committed
	vertical-align: middle;
Gabriel Engel's avatar
Gabriel Engel committed
	word-wrap: break-word;
	text-align: left;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	&.inline {
		display: inline;
		padding: 0 0.5em;
		margin: 0 0.1em;
Gabriel Engel's avatar
Gabriel Engel committed
		line-height: 16px;
pre {
	display: inline-block;
	width: 100%;
}

	margin: 0.5em 0;
	&:first-child {
		margin-top: 0;
	}
	&:last-child {
		margin-bottom: 0;
	}
	padding-left: 10px;
	&::before {
		content: ' ';
		position: absolute;
Gabriel Engel's avatar
Gabriel Engel committed
	font-size: smaller;
	width: 520px;
	padding: 10px;
	max-width: 100%;
	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;
	}
Rodrigo Nascimento's avatar
Rodrigo Nascimento committed
	.body {
		&::before {
			content: "";
			display: block;
			position: absolute;
			right: 0;
			left: 0;
			top: 0;
			transition: background-color, 0.5s, linear;
Loading
Loading full blame...