| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501 |
- .seal-text {
- color: #444444;
- }
- .seal-text--weak {
- color: #888888;
- }
- .seal-text--disabled {
- color: #BBBBBB;
- }
- .seal-text--black {
- color: #000000;
- }
- .seal-text--white {
- color: #FFFFFF;
- }
- .seal-text--primary {
- color: #006EFF;
- }
- .seal-text--secondary {
- color: #C1C6C8;
- }
- .seal-text--success {
- color: #07C160;
- }
- .seal-text--warning {
- color: #FF9C19;
- }
- .seal-text--danger {
- color: #FF584C;
- }
- .seal-text--left {
- text-align: left;
- }
- .seal-text--right {
- text-align: right;
- }
- .seal-text--start {
- text-align: start;
- }
- .seal-text--end {
- text-align: end;
- }
- .seal-text--center {
- text-align: center;
- }
- .seal-text--justify {
- text-align: justify;
- }
- .seal-text--wrap {
- white-space: normal;
- }
- .seal-text--nowrap {
- white-space: nowrap;
- }
- .seal-text--uppercase {
- text-transform: uppercase;
- }
- .seal-text--lowercase {
- text-transform: lowercase;
- }
- .seal-text--capitalize {
- text-transform: capitalize;
- }
- .seal-bg--white {
- background-color: #FFFFFF;
- }
- .seal-bg--transparent {
- background-color: transparent;
- }
- .seal-bg--primary {
- background-color: #006EFF;
- }
- .seal-bg--secondary {
- background-color: #C1C6C8;
- }
- .seal-bg--success {
- background-color: #07C160;
- }
- .seal-bg--warning {
- background-color: #FF9C19;
- }
- .seal-bg--danger {
- background-color: #FF584C;
- }
- .seal-ellipsis {
- width: auto;
- white-space: nowrap;
- word-wrap: normal;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .seal-ellipsis--l2 {
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .seal-ellipsis--l3 {
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- .seal-ellipsis--l4 {
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 4;
- -webkit-box-orient: vertical;
- }
- .seal-float--left {
- float: left;
- }
- .seal-float--right {
- float: right;
- }
- .seal-float--none {
- float: none;
- }
- .seal-float--clearfix::after {
- display: table;
- content: '';
- clear: both;
- }
- .seal-padding {
- padding: 16px;
- }
- .seal-padding--top {
- padding-top: 16px;
- }
- .seal-padding--bottom {
- padding-bottom: 16px;
- }
- .seal-padding--left {
- padding-left: 16px;
- }
- .seal-padding--right {
- padding-right: 16px;
- }
- .seal-padding--vertical {
- padding: 16px 0;
- }
- .seal-padding--horizontal {
- padding: 0 16px;
- }
- .seal-padding--none {
- padding: 0;
- }
- .seal-margin {
- margin: 16px;
- }
- .seal-margin--top {
- margin-top: 16px;
- }
- .seal-margin--bottom {
- margin-bottom: 16px;
- }
- .seal-margin--left {
- margin-left: 16px;
- }
- .seal-margin--right {
- margin-right: 16px;
- }
- .seal-margin--vertical {
- margin: 16px 0;
- }
- .seal-margin--horizontal {
- margin: 0 16px;
- }
- .seal-margin--none {
- margin: 0;
- }
- .seal-hairline--top,
- .seal-hairline--bottom,
- .seal-hairline--left,
- .seal-hairline--right,
- .seal-hairline--horizontal,
- .seal-hairline--vertical,
- .seal-hairline--surrounded {
- position: relative;
- }
- .seal-hairline--top::after {
- position: absolute;
- display: block;
- content: '';
- pointer-events: none;
- box-sizing: border-box;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: auto;
- width: auto;
- height: 1px;
- border-top: 1px solid #E4E5E9;
- background-color: #E4E5E9;
- transform-origin: 0 0;
- transform: scaleY(0.5);
- }
- .seal-hairline--bottom::after {
- position: absolute;
- display: block;
- content: '';
- pointer-events: none;
- box-sizing: border-box;
- top: auto;
- left: 0px;
- right: 0px;
- bottom: 0px;
- width: auto;
- height: 1px;
- border-bottom: 1px solid #E4E5E9;
- background-color: #E4E5E9;
- transform-origin: 0 100%;
- transform: scaleY(0.5);
- }
- .seal-hairline--left::after {
- position: absolute;
- display: block;
- content: '';
- pointer-events: none;
- box-sizing: border-box;
- top: 0px;
- left: 0px;
- right: auto;
- bottom: 0px;
- width: 1px;
- height: auto;
- border-left: 1px solid #E4E5E9;
- background-color: #E4E5E9;
- transform-origin: 0 0;
- transform: scaleX(0.5);
- }
- .seal-hairline--right::after {
- position: absolute;
- display: block;
- content: '';
- pointer-events: none;
- box-sizing: border-box;
- top: 0px;
- left: auto;
- right: 0px;
- bottom: 0px;
- width: 1px;
- height: auto;
- border-right: 1px solid #E4E5E9;
- background-color: #E4E5E9;
- transform-origin: 100% 0;
- transform: scaleX(0.5);
- }
- .seal-hairline--horizontal::after {
- position: absolute;
- display: block;
- content: '';
- pointer-events: none;
- box-sizing: border-box;
- top: -50%;
- left: -50%;
- right: -50%;
- bottom: -50%;
- border: 0 solid #E4E5E9;
- border-width: 1px 0;
- transform-origin: center;
- transform: scale(0.5);
- }
- .seal-hairline--surrounded::after {
- position: absolute;
- display: block;
- content: '';
- pointer-events: none;
- box-sizing: border-box;
- width: 200%;
- height: 200%;
- top: 0px;
- left: 0px;
- border: 1px solid #7C878E;
- border-radius: inherit;
- transform-origin: 0 0;
- transform: scale(0.5);
- }
- /* Flex Properties */
- /* Flex Container Properties */
- .seal-flex-nowrap {
- flex-wrap: nowrap;
- }
- .seal-flex-wrap {
- flex-wrap: wrap;
- }
- .seal-flex-wrap-reverse {
- flex-wrap: wrap-reverse;
- }
- .seal-flex-row {
- flex-direction: row;
- }
- .seal-flex-row-reverse {
- flex-direction: row-reverse;
- }
- .seal-flex-column {
- flex-direction: column;
- }
- .seal-flex-column-reverse {
- flex-direction: column-reverse;
- }
- .seal-justify-content-flex-start {
- justify-content: flex-start;
- }
- .seal-justify-content-center {
- justify-content: center;
- }
- .seal-justify-content-flex-end {
- justify-content: flex-end;
- }
- .seal-justify-content-space-around {
- justify-content: space-around;
- }
- .seal-justify-content-space-between {
- justify-content: space-between;
- }
- .seal-justify-content-space-evenly {
- justify-content: space-evenly;
- }
- .seal-align-items-stretch {
- align-items: stretch;
- }
- .seal-align-items-flex-start {
- align-items: flex-start;
- }
- .seal-align-items-flex-end {
- align-items: flex-end;
- }
- .seal-align-items-center {
- align-items: center;
- }
- .seal-align-items-baseline {
- align-items: baseline;
- }
- /* Flex Item Properties */
- .seal-align-self-stretch {
- align-self: stretch;
- }
- .seal-align-self-flex-start {
- align-self: flex-start;
- }
- .seal-align-self-flex-end {
- align-self: flex-end;
- }
- .seal-align-self-center {
- align-self: center;
- }
- .seal-align-self-baseline {
- align-self: baseline;
- }
- .seal-align-self-auto {
- align-self: auto;
- }
- .seal-list-item {
- position: relative;
- display: flex;
- width: 100%;
- height: 48px;
- line-height: 1.5;
- padding: 12px 16px;
- background-color: #FFFFFF;
- align-items: center;
- box-sizing: border-box;
- }
- .seal-list-item.size-medium {
- height: 56px;
- }
- .seal-list-item.size-large {
- height: 72px;
- }
- .seal-list-item.size-auto {
- height: auto;
- align-items: stretch;
- }
- .seal-list-item.is-required:before {
- position: absolute;
- content: '*';
- font-size: inherit;
- left: 7px;
- color: #FF584C;
- }
- .seal-list-item.is-clickable:active {
- background-color: #E4E5E9;
- }
- .seal-list-item.seal-hairline--bottom::after {
- left: 16px;
- }
- .seal-list-item.seal-hairline--bottom.with-icon::after {
- left: 52px;
- }
- .seal-list-item.seal-hairline--bottom.with-thumb::after {
- left: 104px;
- }
- .seal-list-item__left-icon {
- display: flex;
- margin-right: 12px;
- align-items: center;
- }
- .seal-list-item__body {
- flex: 1 1 auto;
- }
- .seal-list-item__title {
- font-size: 16px;
- color: #000000;
- }
- .seal-list-item__desc {
- font-size: 12px;
- color: #888888;
- }
- .seal-list-item__title + .seal-list-item__desc {
- margin-top: 4px;
- }
- .seal-list-item.size-small .seal-list-item__body,
- .seal-list-item.size-medium .seal-list-item__body,
- .seal-list-item.size-large .seal-list-item__body,
- .seal-list-item.size-small .seal-list-item__title,
- .seal-list-item.size-medium .seal-list-item__title,
- .seal-list-item.size-large .seal-list-item__title,
- .seal-list-item.size-small .seal-list-item__desc,
- .seal-list-item.size-medium .seal-list-item__desc,
- .seal-list-item.size-large .seal-list-item__desc,
- .seal-list-item.size-small .seal-list-item__value,
- .seal-list-item.size-medium .seal-list-item__value,
- .seal-list-item.size-large .seal-list-item__value {
- width: auto;
- white-space: nowrap;
- word-wrap: normal;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .seal-list-item.size-auto .seal-list-item__body,
- .seal-list-item.size-auto .seal-list-item__title,
- .seal-list-item.size-auto .seal-list-item__desc {
- white-space: normal;
- word-wrap: break-word;
- word-break: break-all;
- }
- .seal-list-item__thumb--left,
- .seal-list-item__thumb--right {
- display: flex;
- width: 72px;
- height: inherit;
- flex: 0 0 auto;
- flex-direction: column;
- }
- .seal-list-item__thumb--left .seal-list-item__thumb,
- .seal-list-item__thumb--right .seal-list-item__thumb {
- position: relative;
- width: 100%;
- height: 0;
- padding-top: 100%;
- }
- .seal-list-item__thumb--left .seal-list-item__thumb-img,
- .seal-list-item__thumb--right .seal-list-item__thumb-img {
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- width: auto;
- height: auto;
- max-height: 100%;
- }
- .seal-list-item__thumb--left {
- margin-right: 16px;
- }
- .seal-list-item__thumb--right {
- margin-left: 16px;
- }
- .seal-list-item__value {
- flex: 1 0 25%;
- font-size: 16px;
- color: #888888;
- margin-left: 8px;
- text-align: right;
- }
- .seal-list-item__body:empty,
- .seal-list-item__value:empty {
- display: none;
- }
- .seal-list-item__body:empty + .seal-list-item__value {
- flex: 1;
- margin-left: 0;
- }
- .seal-list-item__right-icon {
- display: flex;
- margin-right: -8px;
- align-items: center;
- }
- .seal-list-item__detail-icon {
- margin-left: auto;
- }
- .seal-list-item__detail-icon--vertical {
- position: absolute;
- top: 50%;
- right: 0;
- transform: translateY(-50%);
- }
|