Minor changes
This commit is contained in:
@ -1142,7 +1142,6 @@ ul, li {
|
||||
position: relative;
|
||||
margin:4px;
|
||||
}
|
||||
|
||||
.chat-card-button {
|
||||
box-shadow: inset 0px 1px 0px 0px #a6827e;
|
||||
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
|
||||
@ -1352,6 +1351,20 @@ Focus FOC: #ff0084
|
||||
max-height: 26px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.combat-tracker-tic-section {
|
||||
max-width: 5rem;
|
||||
min-width: 5rem;
|
||||
align-content: center;
|
||||
}
|
||||
.combat-tracker-tic {
|
||||
text-align: center;
|
||||
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
|
||||
border-radius: 3px;
|
||||
border: 2px ridge #846109;
|
||||
color: #ffffff;
|
||||
font-size: 0.8rem;
|
||||
margin:2px;
|
||||
}
|
||||
.no-grow {
|
||||
flex-grow: 1;
|
||||
max-width: 32px;
|
||||
|
Reference in New Issue
Block a user