mdhub/app/application/resources/site/scss/generated-token.scss

34 lines
657 B
SCSS
Raw Permalink Normal View History

#generated-token {
background: rgba(0, 0, 0, 0.78);
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
}
.generated-token__content {
background: #fff;
max-width: 600px;
margin: 30px auto;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
.warning {
border-radius: 3px;
border: 1px solid #FF2D20;
color: #88302a;
padding: 10px;
margin-bottom: 20px;
}
}
.generated-token__content__head {
font-size: 20px;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding-top: 20px;
padding-bottom: 20px;
}