The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-oauth2-server-co.../oauth/client/stylesheets/oauth2.less

72 lines
1.0 KiB

.oauth-panel {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
ul, li, ol {
list-style: initial;
}
ul {
padding-left: 10px;
margin-left: 6px;
}
form {
min-width: 400px;
padding: 40px;
}
.user-info {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
.thumb {
height: 40px;
width: 40px;
margin-right: 10px;
}
.username {
text-align: left;
h1 {
font-size: 18px;
}
}
}
.integration-info {
display: flex;
flex-direction: column;
align-items: center;
.integration-permissions {
margin-left: 16px;
padding-top: 10px;
padding-bottom: 40px;
}
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
.horizontal-space {
border-right: 1px solid #ddd;
height: 14px;
margin: 0 15px;
}
}
}