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:
authorBryce Johnson <bryce@gitlab.com>2016-10-17 21:04:21 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-18 13:44:54 +0300
commitf8907566a50b6fe1d7101557d53e7335c7803984 (patch)
tree043517d1cf88015c4f6616b79e93989ba77615a8 /app/assets/stylesheets/pages/login.scss
parent357ff6700dcb0e13c5888a9157f8890654e5ca4a (diff)
Fix top border-radius of tabs.
Diffstat (limited to 'app/assets/stylesheets/pages/login.scss')
-rw-r--r--app/assets/stylesheets/pages/login.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index 4c0c0839fe2..b7789ad3991 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -131,8 +131,13 @@
flex: 1;
text-align: center;
+ &:first-of-type {
+ border-top-left-radius: 2px;
+ }
+
&:last-of-type {
border-left: 1px solid $border-color;
+ border-top-right-radius: 2px;
}
&:not(.active) {