48 lines
812 B
SCSS
Raw Normal View History

2019-10-21 13:20:14 +09:00
.translation-main {
2020-01-09 18:44:04 +09:00
flex-direction: column;
2019-10-21 13:20:14 +09:00
text-align: left;
2020-01-09 18:44:04 +09:00
2019-10-21 13:20:14 +09:00
.original {
padding: 14px;
}
.translation {
padding: 10px;
border-top: 1px solid #dddddd;
}
}
.language {
2020-01-08 20:42:14 +09:00
padding: 0px 6px 4px;
2019-10-21 13:20:14 +09:00
background-color: #222222;
margin-right: 6px;
border-radius: 2px;
2020-01-08 20:42:14 +09:00
font-size: 1em;
2019-10-21 13:20:14 +09:00
color: #fff;
margin-right: 10px;
}
.btn-box {
width: 100%;
height: 40px;
border-top: 1px solid #dddddd;
display: flex;
width: 100%;
text-align: center;
ul {
width: 100%;
li {
width: 50%;
display: inline-block;
text-align: center;
align-items: center;
font-size: 13px;
border-right: 1px solid #dddddd;
&:last-child {
border-right: none;
}
.mat-button {
width: 100%;
display: block;
}
}
}
}