debian-mirror-gitlab/app/assets/stylesheets/framework/zen.scss

64 lines
993 B
SCSS
Raw Normal View History

2016-06-02 11:05:42 +05:30
.zen-backdrop {
&.fullscreen {
2020-04-22 19:07:51 +05:30
background-color: $white;
2016-06-02 11:05:42 +05:30
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1031;
2015-04-26 12:48:37 +05:30
2016-06-02 11:05:42 +05:30
textarea {
2018-03-17 18:26:18 +05:30
border: 0;
2016-06-02 11:05:42 +05:30
box-shadow: none;
border-radius: 0;
2017-08-17 22:00:37 +05:30
color: $black;
2016-06-02 11:05:42 +05:30
font-size: 20px;
line-height: 26px;
padding: 30px;
display: block;
outline: none;
resize: none;
height: 100vh;
2017-08-17 22:00:37 +05:30
max-height: calc(100vh - 10px);
2016-06-02 11:05:42 +05:30
max-width: 900px;
2017-08-17 22:00:37 +05:30
margin: 0 auto 10px;
2016-06-02 11:05:42 +05:30
}
2015-04-26 12:48:37 +05:30
2016-06-02 11:05:42 +05:30
.zen-control-leave {
display: block;
position: absolute;
top: 0;
2015-04-26 12:48:37 +05:30
}
}
2016-06-02 11:05:42 +05:30
}
2015-04-26 12:48:37 +05:30
2016-06-02 11:05:42 +05:30
.zen-control {
padding: 0;
2018-12-05 23:21:45 +05:30
color: $gl-gray-700;
2016-06-02 11:05:42 +05:30
background: none;
border: 0;
}
2016-06-02 11:05:42 +05:30
.zen-control-full {
2017-08-17 22:00:37 +05:30
color: $gl-text-color-secondary;
2016-06-02 11:05:42 +05:30
&:hover {
2018-11-20 20:47:30 +05:30
color: $blue-600;
2016-06-02 11:05:42 +05:30
text-decoration: none;
}
}
2016-06-02 11:05:42 +05:30
.zen-control-leave {
display: none;
color: $gl-text-color;
position: absolute;
right: 10px;
padding: 5px;
font-size: 36px;
&:hover {
2017-08-17 22:00:37 +05:30
color: $black;
2015-04-26 12:48:37 +05:30
}
}