~roadmr/isitdeployable/existingdeployments

« back to all changes in this revision

Viewing changes to revtracker/static/scss/deploy_tracker.scss

  • Committer: Daniel Manrique
  • Date: 2018-10-10 23:41:03 UTC
  • Revision ID: roadmr@ubuntu.com-20181010234103-jbgi2mptihqb6znw
Presentation tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  @include box-shadow($shadow-color 0 2px 2px 0);
17
17
}
18
18
 
 
19
.noshadowplease {
 
20
  @include box-shadow($shadow-color 0 0 0 0);
 
21
}
 
22
 
19
23
.section_content {
20
24
  margin-top: 20px;
21
25
  margin-bottom: 20px;