Skip to content
Snippets Groups Projects
reminder.component.css 260 B
Newer Older
  • Learn to ignore specific revisions
  • .custom-jumbotron {
        background-color: transparent;
    }
    
    .tab-content {
        min-height: 150px;
        border-bottom: #dee2e6 solid 1px;
        border-left: #dee2e6 solid 1px;
        border-right: #dee2e6 solid 1px;
    }
    
    .title {
        color: #6c757d;
        font-size: 90%;
    }