Plugin Directory

Changeset 2569522


Ignore:
Timestamp:
07/21/2021 07:55:47 PM (5 years ago)
Author:
Designed4Pixels
Message:

update uikit custom css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-cloud-server/trunk/vendor/uikit/css/uikit-modifications.css

    r2478567 r2569522  
    8080}
    8181
    82 .server-modal.uk-modal-dialog{
     82.server-modal.uk-modal-dialog, .app-modal.uk-modal-dialog{
    8383    background:#fff
    8484}
     
    9393
    9494.uk-modal-dialog {
    95     width: 750px;
     95    width: 1050px;
    9696    background: #f7f7f7;
    9797    border: 2px solid #a78bfa;
     
    123123    }
    124124}
     125
     126svg {
     127    vertical-align: baseline !important;
     128}
     129
     130.uk-tab-left::before {
     131border-right: 1px solid #e5e5e5;
     132border-bottom: none;
     133border-left: none;
     134}
     135
     136.uk-tab-left>*>a {
     137text-align: left;
     138border-right: 2px solid transparent;
     139border-bottom: none;
     140}
     141
     142.uk-tab-left>*>a {
     143border-bottom: none;
     144}
     145
     146.uk-tab-left>*>a {
     147padding: 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.