|
|
Linha 583: |
Linha 583: |
| height: 100px; | | height: 100px; |
| border-radius: 50px; | | border-radius: 50px; |
| }
| |
|
| |
| /* Battle Pass */
| |
| .collapsible-battle-pass {
| |
| cursor: pointer;
| |
| padding: 8px;
| |
| text-align: left;
| |
| outline: none;
| |
| font-style: italic;
| |
| font-size: 15px;
| |
| border-radius: 10px;
| |
| border: 1px solid #000;
| |
| }
| |
|
| |
| .active {
| |
| border-radius: 10px 10px 0px 0px;
| |
| }
| |
|
| |
| .collapsible-battle-pass:after {
| |
| content: '\002B';
| |
| font-weight: bold;
| |
| float: right;
| |
| margin-left: 5px;
| |
| }
| |
|
| |
| .collapsible-battle-pass:before {
| |
| content: '\002B\0020\00A0\00A0';
| |
| font-weight: bold;
| |
| float: left;
| |
| margin-left: 5px;
| |
| }
| |
|
| |
| .active:after {
| |
| content: "\2212";
| |
| }
| |
|
| |
| .active:before {
| |
| content: "\2212\0020\00A0\00A0";
| |
| }
| |
|
| |
| .container-battle-pass {
| |
| border: 1px solid black;
| |
| border-radius: 0px 0px 10px 10px;
| |
| }
| |
|
| |
| .content-battle-pass {
| |
| max-height: 0;
| |
| overflow: hidden;
| |
| transition: max-height 0.4s ease-out;
| |
| border-radius: 0px 0px 10px 10px;
| |
| } | | } |