WP_PLUGIN 自動ログアウト拡張
初回コミット
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user