miniobrowser: Bring Minio browser source into minio repo. (#3617)

This commit is contained in:
Krishna Srinivas
2017-01-23 18:07:22 -08:00
committed by Harshavardhana
parent 8489f22fe2
commit cead24b0f7
78 changed files with 6451 additions and 210 deletions

View File

@@ -0,0 +1,31 @@
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:focus,
&:active {
outline: 0;
}
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,
body {
min-height: 100%;
}
a {
.transition(color);
.transition-duration(300ms);
}
button {
border: 0;
}