aix-ui-library
Version:
React component library + Other shared UI resources for AI X Lab
81 lines (66 loc) • 1.26 kB
CSS
@font-face {
font-family: 'IBMPlex-Regular';
font-style: normal;
font-weight: 400;
src: url('./../../fonts/IBMPlexSans-Regular-Latin1.woff');
}
@font-face {
font-family: 'IBMPlex-Italic';
font-style: normal;
font-weight: 400;
src: url('./../../fonts/IBMPlexSans-Italic-Latin1.woff');
}
@font-face {
font-family: 'IBMPlex-Light';
font-style: normal;
font-weight: 400;
src: url('./../../fonts/IBMPlexSans-Light-Latin1.woff');
}
@font-face {
font-family: 'IBMPlex-SemiBold';
font-style: normal;
font-weight: 400;
src: url('./../../fonts/IBMPlexSans-SemiBold-Latin1.woff');
}
body {
margin: 0px;
padding: 0px;
font-family: 'IBMPlex-Regular';
background-color: #F5F7FA;
position: relative;
min-height: 100%;
};
p {
margin: 0px;
}
.hidden {
display: none;
}
.semiBoldText {
font-family: IBMPlex-SemiBold;
}
.displayInlineBlock {
display: inline-block;
}
.displayTableCell {
display: table-cell;
}
.nonDefaultLink {
text-decoration: none;
color: inherit ;
}
.nonDefaultLink:hover {
text-decoration: none;
color: inherit ;
}
.DataContainer {
height: 400px;
padding-bottom: 50px;
}
.buttonLink {
display: inline-block;
margin: 0px 7px;
}
.aixicon {
height: 50px;
}