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

98 lines
1.4 KiB
SCSS
Raw Normal View History

2015-04-26 12:48:37 +05:30
/** Common mobile (screen XS, SM) styles **/
2018-11-08 19:23:39 +05:30
@include media-breakpoint-down(xs) {
2015-04-26 12:48:37 +05:30
.container .content {
margin-top: 20px;
}
.nav-links > li > a {
2015-04-26 12:48:37 +05:30
padding: 10px;
font-size: 12px;
margin-right: 3px;
2018-11-08 19:23:39 +05:30
.badge.badge-pill {
2015-04-26 12:48:37 +05:30
display: none;
}
}
2015-09-11 14:41:01 +05:30
.referenced-users {
margin-right: 0;
}
2017-08-17 22:00:37 +05:30
.issues-details-filters:not(.filtered-search-block),
2015-04-26 12:48:37 +05:30
.dash-projects-filters,
.check-all-holder {
display: none;
}
2017-08-17 22:00:37 +05:30
.rss-btn {
2015-04-26 12:48:37 +05:30
display: none;
}
2015-09-11 14:41:01 +05:30
2017-08-17 22:00:37 +05:30
.project-home-links {
2015-09-11 14:41:01 +05:30
display: none;
}
.project-home-panel {
padding-left: 0 !important;
.project-repo-buttons,
.git-clone-holder {
display: none;
}
2016-06-22 15:30:34 +05:30
// Display Star and Fork buttons without counters on mobile.
2017-08-17 22:00:37 +05:30
.project-repo-buttons {
2016-06-22 15:30:34 +05:30
display: block;
2018-11-20 20:47:30 +05:30
.count-buttons .count-badge {
margin-top: $gl-padding-8;
2016-06-22 15:30:34 +05:30
}
}
2015-09-11 14:41:01 +05:30
}
2017-08-17 22:00:37 +05:30
.group-buttons {
2016-08-24 12:49:21 +05:30
display: none;
}
2015-09-11 14:41:01 +05:30
.container .title {
padding-left: 15px !important;
}
2017-08-17 22:00:37 +05:30
.nav-links,
.nav-links {
2015-09-25 12:07:36 +05:30
li a {
font-size: 14px;
padding: 19px 10px;
}
}
2015-10-24 18:46:33 +05:30
.activity-filter-block {
display: none;
}
2015-09-25 12:07:36 +05:30
2015-10-24 18:46:33 +05:30
.projects-search-form {
2015-09-25 12:07:36 +05:30
.btn {
display: none;
}
}
2015-04-26 12:48:37 +05:30
}
2018-11-08 19:23:39 +05:30
@include media-breakpoint-down(sm) {
2015-04-26 12:48:37 +05:30
.issues-filters {
2017-08-17 22:00:37 +05:30
.milestone-filter {
2015-04-26 12:48:37 +05:30
display: none;
}
}
.page-title {
2017-08-17 22:00:37 +05:30
.note-created-ago,
.new-issue-link {
2015-04-26 12:48:37 +05:30
display: none;
}
}
2016-06-02 11:05:42 +05:30
aside:not(.right-sidebar) {
2015-04-26 12:48:37 +05:30
display: none;
}
}