| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- .files-page {
- max-width: 630px;
- height: 100%;
- padding: 36px 36px !important;
- margin: 0 auto;
- }
-
- .files-page-card {
- margin-bottom: 1.5rem;
- }
-
- .files-page-card-title {
- margin-bottom: 1rem;
- }
-
- .files-page-card-content input {
- border: 1px solid #e4e4e4 !important;
- padding: 16.5px 20px !important;
- border-radius: 4px;
- }
-
- .files-page-card-content-checkboxes {
- padding: 0 9px !important;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- }
-
- .files-page-card-content-checkboxes .MuiFormControlLabel-root {
- width: calc(100% / 3) !important;
- margin: 0 !important;
- }
-
- .files-page-card-add-button {
- padding-bottom: 36px;
- display: flex;
- justify-content: space-between;
- }
-
- .files-page-drag-and-drop {
- word-break: break-all !important;
- }
-
- .headingRowFiles th {
- padding-right: 35px !important;
- }
-
- .search-field {
- margin-right: 30px;
- margin-left: 0px;
- }
-
- .filesPage {
- align-self: flex-end;
- }
-
- .document-container p {
- word-wrap: break-word !important;
- }
-
- .table-cont #docx .document-container{
- width: 400px !important;
- }
-
- .files-page-categories {
- display: flex;
- flex-wrap: wrap;
- }
-
- .files-page-categories-category {
- width: calc(100% / 4) !important;
- margin: 0 !important;
- padding: 16px;
- }
-
- .files-page-category-button {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 18px 72px;
- gap: 10px;
- width: 100%;
- height: 100%;
- background: #226cb0;
- border-radius: 9px;
- @include media-below($bp-xl) {
- width: 147px;
- }
- }
-
- .add-file-message {
- display: flex;
- align-items: center !important;
- justify-content: center !important;
- margin: 16px 0;
- }
-
- .add-file-message p {
- color: green;
- font-weight: bold;
- font-size: 1.25rem;
- letter-spacing: 2px;
- }
-
- .files-view-page-delete-btn {
- margin: 0 auto !important;
- }
-
- .files-note{
- width: 100%;
- resize: none;
- padding: 10px;
- height: 100px;
- border: 1px solid #e4e4e4;
- border-radius:6px;
- outline:none;
- font-size: 18px;
- }
|