gitlab-org--gitlab-foss/app/assets/stylesheets/framework/zen.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

55 lines
866 B
SCSS
Raw Normal View History

2016-03-30 09:00:43 +00:00
.zen-backdrop {
&.fullscreen {
background-color: $white;
2016-03-30 09:00:43 +00:00
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1031;
2016-03-30 09:00:43 +00:00
textarea {
2017-11-02 23:59:51 +00:00
border: 0;
2016-03-30 09:00:43 +00:00
box-shadow: none;
border-radius: 0;
2016-11-30 13:25:25 +00:00
color: $black;
2016-03-30 09:00:43 +00:00
font-size: 20px;
line-height: 26px;
padding: 30px;
display: block;
outline: none;
resize: none;
height: 100vh;
max-height: calc(100vh - 10px);
2016-03-30 09:00:43 +00:00
max-width: 900px;
margin: 0 auto 10px;
2016-03-30 09:00:43 +00:00
}
2016-03-30 09:00:43 +00:00
.zen-control-leave {
display: block;
position: absolute;
top: 0;
}
}
}
2016-03-30 07:28:06 +00:00
.zen-control {
2016-03-30 09:00:43 +00:00
padding: 0;
color: $gray-700;
2016-03-30 09:00:43 +00:00
background: none;
border: 0;
}
2016-03-30 07:28:06 +00:00
.zen-control-leave {
display: none;
color: $gl-text-color;
position: absolute;
right: 10px;
padding: 5px;
font-size: 36px;
&:hover {
color: $black;
2016-03-30 07:28:06 +00:00
}
}