2012-10-09 13:11:49 -04:00
|
|
|
.file-editor {
|
2017-04-03 13:54:40 -04:00
|
|
|
.nav-links {
|
|
|
|
border-top: 1px solid $border-color;
|
|
|
|
border-right: 1px solid $border-color;
|
|
|
|
border-left: 1px solid $border-color;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-bottom: 0;
|
2017-10-16 13:53:12 -04:00
|
|
|
border-radius: $border-radius-small $border-radius-small 0 0;
|
2017-04-03 13:54:40 -04:00
|
|
|
background: $gray-normal;
|
|
|
|
}
|
|
|
|
|
2016-03-30 16:30:06 -04:00
|
|
|
#editor {
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 0;
|
2012-10-09 13:11:49 -04:00
|
|
|
height: 500px;
|
2012-11-16 19:00:26 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-10-09 13:11:49 -04:00
|
|
|
position: relative;
|
2012-11-16 19:00:26 -05:00
|
|
|
width: 100%;
|
2012-10-09 13:11:49 -04:00
|
|
|
}
|
2012-11-17 09:43:13 -05:00
|
|
|
|
2015-09-15 05:17:22 -04:00
|
|
|
.ace_gutter-cell {
|
2016-12-12 17:26:21 -05:00
|
|
|
background-color: $gray-light;
|
2015-09-15 05:17:22 -04:00
|
|
|
}
|
|
|
|
|
2012-11-17 09:43:13 -05:00
|
|
|
.cancel-btn {
|
2018-08-22 12:40:38 -04:00
|
|
|
color: $red-600;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2012-11-17 09:43:13 -05:00
|
|
|
&:hover {
|
2018-08-22 12:40:38 -04:00
|
|
|
color: $red-600;
|
2012-11-17 09:43:13 -05:00
|
|
|
}
|
|
|
|
}
|
2015-01-26 23:57:42 -05:00
|
|
|
|
|
|
|
.file-title {
|
|
|
|
@extend .monospace;
|
2016-05-06 11:13:16 -04:00
|
|
|
line-height: 35px;
|
2015-12-02 08:47:19 -05:00
|
|
|
padding-top: 7px;
|
|
|
|
padding-bottom: 7px;
|
2018-08-03 13:51:54 -04:00
|
|
|
display: flex;
|
2015-01-26 23:57:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.editor-ref {
|
2016-12-12 17:26:21 -05:00
|
|
|
background: $gray-light;
|
2015-12-02 08:47:19 -05:00
|
|
|
padding-right: $gl-padding;
|
2015-09-15 05:17:22 -04:00
|
|
|
border-right: 1px solid $border-color;
|
2015-12-02 08:47:19 -05:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2015-01-26 23:57:42 -05:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
.new-file-name,
|
|
|
|
.new-file-path {
|
2015-12-02 08:47:19 -05:00
|
|
|
display: inline-block;
|
2019-10-10 05:06:08 -04:00
|
|
|
max-width: 250px;
|
2015-12-02 08:47:19 -05:00
|
|
|
float: left;
|
2016-11-28 16:42:38 -05:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@media(max-width: map-get($grid-breakpoints, lg)-1) {
|
2016-11-28 16:42:38 -05:00
|
|
|
width: 180px;
|
|
|
|
}
|
2019-10-10 05:06:08 -04:00
|
|
|
|
|
|
|
@media (max-width: 1360px) {
|
|
|
|
width: auto;
|
|
|
|
}
|
2015-09-15 05:17:22 -04:00
|
|
|
}
|
|
|
|
|
2016-11-02 14:34:17 -04:00
|
|
|
.file-buttons {
|
2018-08-09 18:17:13 -04:00
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
justify-content: flex-end;
|
2016-11-02 14:34:17 -04:00
|
|
|
}
|
|
|
|
|
2015-12-02 08:47:19 -05:00
|
|
|
.select2 {
|
|
|
|
float: right;
|
2015-01-26 23:57:42 -05:00
|
|
|
}
|
2016-03-01 07:36:50 -05:00
|
|
|
|
|
|
|
.encoding-selector,
|
2017-04-03 13:54:40 -04:00
|
|
|
.soft-wrap-toggle {
|
2016-03-01 07:36:50 -05:00
|
|
|
display: inline-block;
|
2016-05-06 11:13:16 -04:00
|
|
|
vertical-align: top;
|
2018-07-24 17:17:49 -04:00
|
|
|
font-family: $regular-font;
|
2016-05-06 11:13:16 -04:00
|
|
|
}
|
|
|
|
|
2016-09-27 17:08:05 -04:00
|
|
|
.soft-wrap-toggle {
|
|
|
|
margin: 0 $btn-side-margin;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-27 17:08:05 -04:00
|
|
|
.soft-wrap {
|
|
|
|
display: block;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-27 17:08:05 -04:00
|
|
|
.no-wrap {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-27 17:08:05 -04:00
|
|
|
&.soft-wrap-active {
|
|
|
|
.soft-wrap {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-27 17:08:05 -04:00
|
|
|
.no-wrap {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-10-09 13:11:49 -04:00
|
|
|
}
|
2016-11-28 16:42:38 -05:00
|
|
|
|
2017-04-03 13:54:40 -04:00
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
@include media-breakpoint-down(md) {
|
2016-11-28 16:42:38 -05:00
|
|
|
.file-editor {
|
|
|
|
.file-title {
|
2018-08-03 13:51:54 -04:00
|
|
|
display: block;
|
2016-11-28 16:42:38 -05:00
|
|
|
}
|
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
.new-file-name,
|
|
|
|
.new-file-path {
|
2016-11-28 16:42:38 -05:00
|
|
|
max-width: none;
|
|
|
|
width: 100%;
|
2016-12-15 09:57:48 -05:00
|
|
|
margin-bottom: 3px;
|
2016-11-28 16:42:38 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.file-buttons {
|
2016-12-14 10:44:04 -05:00
|
|
|
display: block;
|
2016-11-28 16:42:38 -05:00
|
|
|
width: 100%;
|
2016-12-15 09:57:48 -05:00
|
|
|
margin-bottom: 10px;
|
2016-11-28 16:42:38 -05:00
|
|
|
|
|
|
|
.soft-wrap-toggle {
|
2016-12-14 10:44:04 -05:00
|
|
|
width: 100%;
|
2016-12-15 09:57:48 -05:00
|
|
|
margin: 3px 0;
|
2016-11-28 16:42:38 -05:00
|
|
|
}
|
|
|
|
|
2017-04-03 13:54:40 -04:00
|
|
|
.encoding-selector {
|
2016-12-14 10:44:04 -05:00
|
|
|
display: block;
|
2016-12-15 09:57:48 -05:00
|
|
|
margin: 3px 0;
|
2016-11-28 16:42:38 -05:00
|
|
|
|
|
|
|
button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2018-12-14 12:56:25 -05:00
|
|
|
|
|
|
|
@media(max-width: map-get($grid-breakpoints, md)-1) {
|
|
|
|
clear: both;
|
|
|
|
}
|
2016-11-28 16:42:38 -05:00
|
|
|
}
|
2018-08-03 13:51:54 -04:00
|
|
|
|
|
|
|
.editor-ref {
|
|
|
|
max-width: 250px;
|
|
|
|
}
|
2016-11-28 16:42:38 -05:00
|
|
|
}
|
|
|
|
}
|
2017-04-03 13:54:40 -04:00
|
|
|
|
|
|
|
.blob-new-page-title,
|
|
|
|
.blob-edit-page-title {
|
|
|
|
margin: 19px 0 21px;
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
@media(max-width: map-get($grid-breakpoints, lg)-1) {
|
2017-04-03 13:54:40 -04:00
|
|
|
display: block;
|
|
|
|
margin: 19px 0 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-selectors-menu {
|
2019-10-10 05:06:08 -04:00
|
|
|
display: flex;
|
2017-04-03 13:54:40 -04:00
|
|
|
vertical-align: top;
|
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
@media(max-width: map-get($grid-breakpoints, lg)-1) {
|
2017-04-03 13:54:40 -04:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0;
|
|
|
|
padding: 0;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-left: 0;
|
2017-04-03 13:54:40 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-selector-dropdowns-wrap {
|
2019-12-12 07:07:33 -05:00
|
|
|
display: flex;
|
2019-02-14 08:40:42 -05:00
|
|
|
vertical-align: top;
|
2017-04-03 13:54:40 -04:00
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
@media(max-width: map-get($grid-breakpoints, lg)-1) {
|
2017-04-03 13:54:40 -04:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.license-selector,
|
|
|
|
.gitignore-selector,
|
|
|
|
.gitlab-ci-yml-selector,
|
|
|
|
.dockerfile-selector,
|
|
|
|
.template-type-selector {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
font-family: $regular_font;
|
2019-12-12 07:07:33 -05:00
|
|
|
margin: 0 8px 0 0;
|
2017-04-03 13:54:40 -04:00
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
@media(max-width: map-get($grid-breakpoints, lg)-1) {
|
2017-04-03 13:54:40 -04:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
line-height: 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu-toggle {
|
2019-10-10 05:06:08 -04:00
|
|
|
width: 200px;
|
2017-04-03 13:54:40 -04:00
|
|
|
vertical-align: top;
|
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
@media (max-width: map-get($grid-breakpoints, xl)-1) {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media(max-width: map-get($grid-breakpoints, lg)-1) {
|
2017-04-03 13:54:40 -04:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-10 05:06:08 -04:00
|
|
|
.editor-title-row {
|
|
|
|
margin-bottom: 20px;
|
2017-04-03 13:54:40 -04:00
|
|
|
}
|
2020-03-31 11:07:53 -04:00
|
|
|
|
|
|
|
.popover.suggest-gitlab-ci-yml {
|
|
|
|
z-index: $header-zindex - 1;
|
|
|
|
}
|