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

milestone_combobox.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0637088bbbe3cd99019a91ffff813fe5e6a0619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.selected-item::before {
  content: '\f00c';
  color: $green-500;
  position: absolute;
  left: 16px;
  top: 16px;
  transform: translateY(-50%);
  font: 14px FontAwesome;
}

.dropdown-item-space {
  padding: 8px 12px;
}