Skip to content

Commit 7ba1b20

Browse files
authored
ref(jumbotron):removed jumbotron styles (#21396)
1 parent e2a4906 commit 7ba1b20

File tree

3 files changed

+0
-65
lines changed

3 files changed

+0
-65
lines changed

src/sentry/static/sentry/less/includes/bootstrap/bootstrap.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
@import 'pager.less';
3434
@import 'labels.less';
3535
@import 'badges.less';
36-
@import 'jumbotron.less';
3736
@import 'thumbnails.less';
3837
@import 'alerts.less';
3938
@import 'progress-bars.less';

src/sentry/static/sentry/less/includes/bootstrap/jumbotron.less

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/sentry/static/sentry/less/includes/bootstrap/variables.less

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -467,17 +467,6 @@
467467

468468
@pager-disabled-color: @pagination-disabled-color;
469469

470-
//== Jumbotron
471-
//
472-
//##
473-
474-
@jumbotron-padding: 30px;
475-
@jumbotron-color: inherit;
476-
@jumbotron-bg: @gray-lighter;
477-
@jumbotron-heading-color: inherit;
478-
@jumbotron-font-size: ceil((@font-size-base * 1.5));
479-
@jumbotron-heading-font-size: ceil((@font-size-base * 4.5));
480-
481470
//== Form states and alerts
482471
//
483472
//## Define colors for form feedback states and, by default, alerts.

0 commit comments

Comments
 (0)