2019-03-09 08:15:13 +00:00
|
|
|
.button {
|
2019-03-21 07:50:29 +00:00
|
|
|
@apply bg-blue-600 border-blue-600 border inline-block text-white no-underline py-2 px-3 rounded text-sm;
|
2018-12-31 12:13:05 +00:00
|
|
|
|
2019-03-09 08:15:13 +00:00
|
|
|
&:focus {
|
2018-12-31 12:13:05 +00:00
|
|
|
@apply py-2 px-3 m-0
|
2019-03-09 08:15:13 +00:00
|
|
|
}
|
2018-12-07 22:45:27 +00:00
|
|
|
|
2018-12-18 22:57:51 +00:00
|
|
|
&:active,
|
2018-12-19 21:34:19 +00:00
|
|
|
&:focus,
|
2019-03-09 08:15:13 +00:00
|
|
|
&:hover {
|
2019-03-21 07:50:29 +00:00
|
|
|
@apply bg-white text-blue-600
|
2019-03-09 08:15:13 +00:00
|
|
|
}
|
|
|
|
}
|