Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • f97b314c6e4ce0e68318504ffa2b10327d590a05
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

approve_member.css

Blame
  • approve_member.css 2.04 KiB
    .box {
        width: 20%;
        height: 120px;
        border-radius: 10px;
        margin-right: 10px;
        background-color: #ffffff;
        display: inline-block;
    }
    
    .col {
        left: 405px;
        width: 1040px;
        height: auto;
        margin: 0 auto;
        background: #ffffff;
    
    }
    
    .container {
        margin: 0 auto;
    }
    
    .table-bordered {
        border: 10px solid #dee2e6;
    }
    
    .table-bordered th,
    .table-bordered td {
        border: 10px solid #dee2e6;
        border-top-width: 0;
        border-left-width: 0;
    }
    
    .table-bordered thead th:first-child,
    .table-bordered td:first-child {
        border-left-width: 2px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .table-bordered thead th:last-child,
    .table-bordered td:last-child {
        border-right-width: 2px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .table-bordered thead th,
    .table-bordered td {
        vertical-align: middle;
    }
    
    .icon {
        font-size: 30px;
        color: #36618D;
    }
    
    .m-5 .title {
        color: #36618D;
        font-size: 20px;
        font-weight: 400;
    }
    
    .col-mt-5 {
        background: #ffffff;
        border-radius: 10px;
    }
    
    thead {
        background-color: #D9D9D966;
        color: #0000004D;
    }
    
    table {
        background-color: #ffffff;
    }
    
    .modal-content {
        position: relative;
        left: -50%;
        top: -50%;
        height: auto;
        background: #36618D;
    
    
    }
    
    .modal-content-1 {
        position: relative;
        width: 1000px;
        left: -50%;
        top: -50%;
        height: auto;
        background: #ffffff;
    }
    
    .mpdal-body {
        position: relative;
    
    }
    
    .col-6 input[type="text"] {
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0px;
        color: rgb(222, 222, 222);
    }
    
    
    
    .form-control {
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0px;
        color: black;
    }
    
    .form-control:disabled,
    .form-control[readonly] {
        background-color: #ffffff;
        opacity: 1;
    }
    
    
    .row {
    
        box-sizing: border-box;
        height: 464px;
        background: #ffffff;
        border-radius: 10px;
    }
    
    .display-6 {
        color: #ffffff;
    }
    
    .text-center {
        width: 400px;
        height: 300px;
        border-radius: 10px;
    }