github.com/Theta-Dev/Talon@v0.0.0-20211018130634-ff179e19fa9a/ui/menu/src/style/main.sass (about)

     1  @use "values"
     2  @use "mixin"
     3  
     4  *
     5  	font-size: 15px
     6  	font-family: sans-serif
     7  	color: values.$color-text
     8  
     9  a
    10  	display: inline
    11  	color: var(--talon-color)
    12  	filter: brightness(150%)
    13  	text-decoration: none
    14  
    15  	&:hover
    16  		text-decoration: underline
    17  		filter: brightness(200%)
    18  
    19  p
    20  	margin: 0.8em 0
    21  
    22  button
    23  	cursor: pointer
    24  
    25  ::placeholder, ::-webkit-input-placeholder
    26  	color: values.$color-text-1
    27  	opacity: 1
    28  
    29  .icon, .icon > span
    30  	display: flex
    31  	align-items: center
    32  	justify-content: center