OpenAuth_server/views/src/authorize/authorize.scss

86 lines
1.2 KiB
SCSS
Raw Normal View History

2018-11-06 19:48:50 +00:00
@import "@material/button/mdc-button";
.blue-button {
background: #4a89dc !important;
}
.grey-button {
background: #797979 !important;
}
hr {
// display: block;
// height: 1px;
2020-08-07 14:16:39 +00:00
border: 0;
border-top: 1px solid #b8b8b8;
2018-11-06 19:48:50 +00:00
// margin: 1em 0;
2020-08-07 14:16:39 +00:00
// padding: 0;
2018-11-06 19:48:50 +00:00
}
body {
2020-08-07 14:16:39 +00:00
font-family: Helvetica;
background: #eee;
-webkit-font-smoothing: antialiased;
2018-11-06 19:48:50 +00:00
}
2020-08-07 14:16:39 +00:00
.title {
text-align: center;
2018-11-06 19:48:50 +00:00
}
2020-08-07 14:16:39 +00:00
h1,
h3 {
font-weight: 300;
}
2018-11-06 19:48:50 +00:00
2020-08-07 14:16:39 +00:00
h1 {
color: #636363;
}
2018-11-06 19:48:50 +00:00
2020-08-07 14:16:39 +00:00
ul {
2018-11-06 19:48:50 +00:00
list-style: none;
padding-left: 0;
2020-08-07 14:16:39 +00:00
}
2018-11-06 19:48:50 +00:00
2019-03-13 01:06:09 +00:00
.permission {
display: flex;
img {
height: 50px;
width: 50px;
}
.text {
// width: calc(100% - 60px);
padding-left: 10px;
}
2018-11-06 19:48:50 +00:00
}
2019-03-13 01:06:09 +00:00
// .image {
// height: 50px;
// width: 50px;
// }
// .text {
// // width: calc(100% - 60px);
// padding-left: 10px;
// }
2018-11-06 19:48:50 +00:00
.scope_title {
margin-top: 0;
margin-bottom: 0;
padding-left: 5px;
}
.scope_description {
margin-top: 0;
padding-left: 15px;
font-size: 13px;
color: #202020;
}
.card {
2020-08-07 14:16:39 +00:00
max-width: 480px;
margin: 4em auto;
padding: 3em 2em 2em 2em;
background: #fafafa;
border: 1px solid #ebebeb;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px,
rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px;
}