gitlab-org--gitlab-foss/app/assets/stylesheets/generic/mobile.scss

50 lines
756 B
SCSS
Raw Normal View History

2015-01-16 07:24:30 +00:00
/** Common mobile (screen XS, SM) styles **/
@media (max-width: $screen-xs-max) {
.container .content {
margin-top: 20px;
}
.nav.nav-tabs > li > a {
padding: 10px;
font-size: 12px;
margin-right: 3px;
.badge {
display: none;
}
}
2015-01-16 07:24:30 +00:00
.issues-filters,
2015-01-16 07:34:30 +00:00
.dash-projects-filters,
.check-all-holder {
2015-01-16 07:24:30 +00:00
display: none;
}
.rss-btn {
display: none !important;
}
.project-home-panel {
.star-fork-buttons {
padding-top: 10px;
padding-right: 15px;
}
}
.project-home-links {
display: none;
}
}
2015-01-16 07:24:30 +00:00
@media (max-width: $screen-sm-max) {
.issues-filters {
.milestone-filter, .labels-filter {
display: none;
}
}
.page-title .new-issue-link {
display: none;
}
}