All checks were successful
		
		
	
	Release Creation / build (release) Successful in 43s
				
			
		
			
				
	
	
		
			160 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			160 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .application.dialog.lethalfantasy {
 | |
|   color: var(--color-dark-1);
 | |
| 
 | |
|   input,
 | |
|   select {
 | |
|     background-color: rgba(0, 0, 0, 0.1);
 | |
|     border-color: var(--color-dark-6);
 | |
|     color: var(--color-dark-2);
 | |
|   }
 | |
| }
 | |
| 
 | |
| .lethalfantasy-roll-dialog {
 | |
|   fieldset {
 | |
|     padding: 4px;
 | |
|   }
 | |
|   .goto-token-button {
 | |
|     justify-content: center;
 | |
|     align-items: center;
 | |
|     align-content: center;
 | |
|     margin-left: 0.5rem;
 | |
|     max-width: 8rem;
 | |
|     background-color: var(--color-dark-6);
 | |
|     color: var(--color-dark-2);
 | |
|     border: none;
 | |
|     border-radius: 4px;
 | |
|     padding: 0.5rem;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .lethalfantasy-range-defense-dialog {
 | |
|   width: 18rem;
 | |
| 
 | |
|   fieldset {
 | |
|     padding: 4px;
 | |
|   }
 | |
|   .fieldset-centered {
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     align-items: center;
 | |
|     justify-content: center;
 | |
|     text-align: center;
 | |
|   }
 | |
|   select {
 | |
|     margin-left: 0.5rem;
 | |
|     min-width: 12rem;
 | |
|     max-width: 12rem;
 | |
|   }
 | |
|   .field-section {
 | |
|     display: flex;
 | |
|     align-items: center;
 | |
|     justify-content: left;
 | |
|   }
 | |
|   .field-name {
 | |
|     width: 5rem;
 | |
|     min-width: 5rem;
 | |
|     max-width: 5em;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .dialog-form {
 | |
|   .form-footer {
 | |
|     button {
 | |
|       min-width: 14rem;
 | |
|       min-height: 3.2rem;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| .dialog-modifier {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   select {
 | |
|     border: none;
 | |
|     background-color: rgba(0, 0, 0, 0.1);
 | |
|     color: var(--color-dark-2);
 | |
|     width: 60px;
 | |
|     text-align: center;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .dialog-favor {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   select {
 | |
|     border: none;
 | |
|     background-color: rgba(0, 0, 0, 0.1);
 | |
|     color: var(--color-dark-2);
 | |
|     width: 120px;
 | |
|     text-align: center;
 | |
|   }
 | |
| }
 | |
| 
 | |
| .main,
 | |
| .dialog-damage,
 | |
| .dialog-resource,
 | |
| .dialog-challenge,
 | |
| .dialog-save {
 | |
|   margin-bottom: 0px;
 | |
|   padding-bottom: 0px;
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   font-family: var(--font-secondary);
 | |
|   font-size: calc(var(--font-size-standard) * 1);
 | |
|   color: var(--color-dark-1);
 | |
|   select {
 | |
|     min-width: 8rem;
 | |
|     max-width: 8rem;
 | |
|     margin-left: 1rem;
 | |
|   }
 | |
| }
 | |
| 
 | |
| &.dice-roll {
 | |
|   flex-direction: column;
 | |
| 
 | |
|   .dice-total,
 | |
|   .dice-formula {
 | |
|     padding-top: 4px;
 | |
|   }
 | |
|   .dice-total {
 | |
|     margin-bottom: 4px;
 | |
|   }
 | |
|   .message-header {
 | |
|     font-family: var(--font-primary);
 | |
|   }
 | |
|   img {
 | |
|     border: 0px;
 | |
|   }
 | |
|   .intro-chat {
 | |
|     border-radius: 20px;
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     .intro-img {
 | |
|       padding: 4px;
 | |
|       width: 80px;
 | |
|       align-self: center;
 | |
|     }
 | |
|     .intro-right {
 | |
|       display: flex;
 | |
|       flex-direction: column;
 | |
|       .introText {
 | |
|         font-family: var(--font-secondary);
 | |
|         font-size: calc(var(--font-size-standard) * 1);
 | |
|         width: 210px;
 | |
|         margin-left: 20px;
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   .result {
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: center;
 | |
|     align-items: center;
 | |
|     font-size: calc(var(--font-size-standard) * 1);
 | |
|     text-shadow: 0 0 10px var(--color-shadow-primary);
 | |
|   }
 | |
| }
 |