20 lines
255 B
SCSS
20 lines
255 B
SCSS
.button_kind_text {
|
|
border: none;
|
|
background: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.button_kind_link {
|
|
border: none;
|
|
background: transparent;
|
|
padding: 0;
|
|
|
|
font-weight: 700;
|
|
white-space: nowrap;
|
|
color: #0aa;
|
|
|
|
&:hover {
|
|
color: #06c5c5;
|
|
}
|
|
}
|