Changeset 2569522
- Timestamp:
- 07/21/2021 07:55:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-cloud-server/trunk/vendor/uikit/css/uikit-modifications.css
r2478567 r2569522 80 80 } 81 81 82 .server-modal.uk-modal-dialog {82 .server-modal.uk-modal-dialog, .app-modal.uk-modal-dialog{ 83 83 background:#fff 84 84 } … … 93 93 94 94 .uk-modal-dialog { 95 width: 750px;95 width: 1050px; 96 96 background: #f7f7f7; 97 97 border: 2px solid #a78bfa; … … 123 123 } 124 124 } 125 126 svg { 127 vertical-align: baseline !important; 128 } 129 130 .uk-tab-left::before { 131 border-right: 1px solid #e5e5e5; 132 border-bottom: none; 133 border-left: none; 134 } 135 136 .uk-tab-left>*>a { 137 text-align: left; 138 border-right: 2px solid transparent; 139 border-bottom: none; 140 } 141 142 .uk-tab-left>*>a { 143 border-bottom: none; 144 } 145 146 .uk-tab-left>*>a { 147 padding: 8px 10px; 148 text-transform: none; 149 } 150 151 .uk-open>a { 152 border-bottom: 1px solid #ccc; 153 padding-bottom: 10px; 154 }
Note: See TracChangeset
for help on using the changeset viewer.