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

plugin-settings.directive.less « plugin-settings « angularjs « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e991bf66d720955c21f082893c69b75d3648135a (plain)
1
2
3
4
5
6
7
8
9
.pluginSettings {
  textarea {
    width: 376px;
    height: 250px;
  }
}
.pluginsSettingsSubmit {
  margin-top: 30px;
}