6d4b4c813d
初回コミット
34 lines
471 B
CSS
34 lines
471 B
CSS
.logout-type {
|
|
display: flex;
|
|
padding: 1em 0;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.logout-type:first-of-type {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.logout-type:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.logout-type label {
|
|
width: 200px;
|
|
}
|
|
|
|
.logout-type .logout-exp {
|
|
width: calc(100% - 200px);
|
|
}
|
|
|
|
.logout-exp-alert {
|
|
margin-left: 200px;
|
|
padding-top: .5em;
|
|
}
|
|
|
|
.logout-redirect-url {
|
|
width: 60%;
|
|
}
|
|
|
|
.logout-redirect-url::placeholder {
|
|
color: #999;
|
|
} |