2019-12-19 03:00:17 +11:00
|
|
|
.acct {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
width: 400px;
|
|
|
|
background-color: #494949;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
#acct-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
color: white;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
2020-08-12 10:48:28 +10:00
|
|
|
#acct-list .btn-flat.white-text {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#acct-list .btn-flat.red-text {
|
|
|
|
background-color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2019-12-19 03:00:17 +11:00
|
|
|
.lts {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.colorsel {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card .colorsel div:not(.exc) {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card .colorsel div.exc {
|
|
|
|
width: 40px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first .hide-first {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-06-13 02:59:05 +10:00
|
|
|
.hide-second {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.first .hide-second {
|
|
|
|
display: inline;
|
|
|
|
}
|
2019-12-19 03:00:17 +11:00
|
|
|
|
|
|
|
#compt {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
border: 1px solid;
|
|
|
|
border: 1px solid;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#compt li {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#domain-list {
|
|
|
|
width: 500px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.left {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#domain-list .title {
|
|
|
|
font-size: 1.3rem;
|
2021-01-19 06:06:13 +11:00
|
|
|
}
|
|
|
|
.text-line-icon {
|
|
|
|
font-size: 1rem;
|
2021-04-18 05:25:10 +10:00
|
|
|
}
|
|
|
|
.loginBtnWrap {
|
|
|
|
padding-top: 10px !important;
|
|
|
|
}
|
|
|
|
#add {
|
|
|
|
max-width: 1000px;
|
2021-04-18 17:14:41 +10:00
|
|
|
}
|
|
|
|
.autocomplete-content {
|
|
|
|
min-width: 450px;
|
|
|
|
}
|
|
|
|
.autocomplete-content li {
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
word-break: break-word;
|
|
|
|
overflow: hidden;
|
2019-12-19 03:00:17 +11:00
|
|
|
}
|