mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix missing less sources for oauth (#1288)
This commit is contained in:
committed by
Lunny Xiao
parent
1476bf909e
commit
925b252927
@@ -46,6 +46,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
.signin {
|
||||
.oauth2{
|
||||
div {
|
||||
display: inline-block;
|
||||
p {
|
||||
margin: 10px 5px 0 0;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
a {
|
||||
margin-right: 5px;
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.user.activate,
|
||||
.user.forgot.password,
|
||||
.user.reset.password,
|
||||
@@ -85,7 +106,7 @@
|
||||
.header {
|
||||
padding-left: 0 !important;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -114,4 +114,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.link-account:not(.icon) {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user