Typicalc/frontend/styles/view/main/help-dialog.css

47 lines
770 B
CSS
Raw Normal View History

2021-01-29 16:15:59 +00:00
#contentLayout {
2021-02-14 12:51:08 +00:00
width: 1000px !important;
2021-02-13 16:49:29 +00:00
padding-left: 0;
padding-right: 0;
2021-02-16 15:17:02 +00:00
height: 525px;
2021-03-07 10:14:50 +00:00
overflow-y: auto;
align-items: center;
2021-01-29 16:15:59 +00:00
}
#headingLayout {
2021-02-13 00:40:58 +00:00
width: 100%;
2021-02-04 19:09:28 +00:00
display: flex;
position: relative;
align-items: center;
justify-content: center;
2021-03-06 17:56:35 +00:00
padding-bottom: 12px;
2021-02-04 19:09:28 +00:00
}
2021-02-14 12:57:05 +00:00
#accordion {
width: 100%;
}
2021-03-05 12:26:22 +00:00
#closeIcon {
right: 0;
position: absolute;
bottom: 2.1em;
}
2021-03-06 17:56:35 +00:00
#typicalcInfo {
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}
2021-03-05 15:16:38 +00:00
kbd {
background-color: #eee;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
color: #333;
display: inline-block;
font-size: .85em;
font-weight: 700;
line-height: 1;
padding: 2px 4px;
white-space: nowrap;
}