Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MobileMessagingSettings.css « stylesheets « MobileMessaging « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 028c8fa804a094dbca7051b6713f2562ff2909fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#accountForm ul {
    list-style: circle;
    margin-left: 17px;
    line-height: 1.5em;
}

.providerDescription {
    border: 2px dashed #C5BDAD;
    border-radius: 16px 16px 16px 16px;
    margin-left: 24px;
    padding: 11px;
    width: 600px;
}