1
0
mirror of https://github.com/minio/minio.git synced 2025-02-17 00:22:32 -05:00

32 lines
353 B
Plaintext
Raw Normal View History

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:focus,
&:active {
outline: 0;
}
}
html {
2018-03-27 01:19:12 +05:30
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
2018-03-27 01:19:12 +05:30
html,
body {
2018-03-27 01:19:12 +05:30
min-height: 100%;
}
a {
2018-03-27 01:19:12 +05:30
.transition(color);
.transition-duration(300ms);
}
button {
border: 0;
2018-03-27 01:19:12 +05:30
}