asb_cloud_front/src/styles/index.css

63 lines
789 B
CSS
Raw Normal View History

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.d-flex {
display: flex;
}
.d-inline {
display: inline;
}
.d-none {
display: none;
}
.w-100 {
width: 100%
}
.mt-20px {
margin-top: 20px;
}
.mb-20px {
margin-bottom: 20px;
}
.ml-5px {
margin-left: 5px;
}
.ml-30px {
margin-left: 30px;
}
.vertical-align-center {
vertical-align: center;
}
2021-04-02 17:22:34 +05:00
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
2021-04-02 17:22:34 +05:00
.linkDocuments {
color: #000;
}
.linkDocuments:hover {
color: #c32828;
}
.container{
width: 100%;
}