Skip to content

release910.lab.firemon.com - 9/19/2022, 10:04:30 AM by sgvj

Imported from https://userstyles.world/api/style/6587.user.css

Details

Authorsgvj

License

Categoryunset

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           release910.lab.firemon.com - 9/19/2022, 10:04:30 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("release910.lab.firemon.com") {

    body {
    background-color: #fff;
}
    .panel {
    margin-bottom: 19px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
        background-color: transparent;
}
    
    .panel.panel__widget {
    border-color: #d7d7d7;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}
    
    .panel-body {
    padding: 0;
}
    
    .kpi {
    -webkit-transition: -webkit-box-shadow .35s;
    transition: -webkit-box-shadow .35s;
    transition: box-shadow .35s;
    transition: box-shadow .35s,-webkit-box-shadow .35s;
    border-radius: 8px;
    border: transparent none;
}
    
    .kpi__bottom {
    border-radius: 0 0 8px 8px;
}
    
}

Reviews

No reviews yet.