blob: de2cdbe7202729a6095318b6fc5f280093f96920 [file] [log] [blame] [edit]
.wrapper {
overflow: hidden;
height: auto;
.container-wrapper {
max-width: 640px;
margin: 1.25rem;
padding: 1.25rem;
border: 1px solid #ebebeb;
box-shadow: none;
border-radius: 4px;
font-weight: 400;
.title {
font-family: Roboto, sans-serif;
color: rgba(0, 0, 0, 0.87);
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.6rem;
}
a {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
font-size: 14px;
font-weight: 400;
}
}
.button-wrapper {
margin: 0 0 0 1.25rem;
}
}