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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/pages.scss')
-rw-r--r--app/assets/stylesheets/pages/pages.scss55
1 files changed, 0 insertions, 55 deletions
diff --git a/app/assets/stylesheets/pages/pages.scss b/app/assets/stylesheets/pages/pages.scss
deleted file mode 100644
index 2de33f20595..00000000000
--- a/app/assets/stylesheets/pages/pages.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-.pages-domain-list {
- &-item {
- align-items: center;
-
- .domain-status {
- display: inline-flex;
- left: $gl-padding;
- position: absolute;
- }
-
- .domain-name {
- flex-grow: 1;
- }
-
- }
-
- &.has-verification-status > li {
- padding-left: 3 * $gl-padding;
- }
-
-}
-
-.status-badge {
-
- display: inline-flex;
- margin-bottom: $gl-padding-8;
-
- // Most of the following settings "stolen" from btn-sm
- // Border radius is overwritten for both
- .label,
- .btn {
- padding: $gl-padding-4 $gl-padding-8;
- font-size: $gl-font-size;
- line-height: $gl-btn-line-height;
- border-radius: 0;
- display: flex;
- align-items: center;
- }
-
- .btn svg {
- top: auto;
- }
-
- :first-child {
- line-height: $gl-line-height;
- }
-
- :not(:first-child) {
- border-left: 0;
- }
-
- :last-child {
- border-radius: $border-radius-default;
- }
-}