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

notification.less « stylesheets « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36f7085f6f8263d1d8c8950a547446d05ebdd4ec (plain)
1
2
3
4
5
6
7
8
#content.admin #notificationContainer {
  width: 750px;
  display: table-header-group; /* no overlap with About Piwik box */

  .notification {
    margin: 10px;
  }
}