blob: fb835975c529eabf2ec20c8974f4305cfbf58e31 [file] [log] [blame]
.button_nofill-container {
display: flex;
position: relative;
align-items: flex-start;
flex-direction: column;
}
.button_nofill-text {
color: var(--dl-color-primary-300);
cursor: pointer;
align-self: center;
margin-top: var(--dl-space-space-halfunit);
transition: 0.3s;
margin-left: var(--dl-space-space-halfunit);
padding-top: var(--dl-space-space-halfunit);
border-color: var(--dl-color-primary-300);
border-width: 1px;
margin-right: var(--dl-space-space-halfunit);
padding-left: var(--dl-space-space-oneandhalfunits);
border-radius: var(--dl-radius-radius-radius8);
margin-bottom: var(--dl-space-space-halfunit);
padding-right: var(--dl-space-space-oneandhalfunits);
padding-bottom: var(--dl-space-space-halfunit);
}
.button_nofill-text:hover {
color: var(--dl-color-gray-white);
background-color: var(--dl-color-primary-300);
}