Mini Kabibi Habibi
/*
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
* See LICENSE in the project root for license information.
*/
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
ul {
margin: 0;
padding: 0;
font-family: 'Segoe UI Light'
}
.ms-welcome__header {
padding: 20px;
padding-bottom: 30px;
padding-top: 100px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
align-items: center;
}
.ms-welcome__main {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: center;
align-items: center;
-webkit-flex: 1 0 0;
flex: 1 0 0;
padding: 10px 20px;
background-color: white;
height: 100vh
}
.ms-welcome__main > h2 {
width: 100%;
text-align: center;
}
.ms-welcome__features {
list-style-type: none;
margin-top: 20px;
}
.ms-welcome__features.ms-List .ms-ListItem {
padding-bottom: 20px;
display: -webkit-flex;
display: flex;
}
.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
margin-right: 10px;
}
.ms-welcome__action.ms-Button--hero {
margin-top: 30px;
}
.ms-Button.ms-Button--hero .ms-Button-label {
color: #0078d7;
}
.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
color: #005a9e;
cursor: pointer;
}
.ms-Overlay {
cursor: auto
}
b {
font-weight: bold;
}
h2 {
width: 100%;
text-align: center;
font-family: 'Segoe UI Light'
}
input[type="file"] {
display: none;
}
.audioStyle {
background-color: white;
color: white;
filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
}
.custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
color: #005a9e;
align-items: center;
text-align: center
}
.attach {
align-items: center;
text-align: center;
width: 100%;
}
.file-preview {
margin: 0 10px;
}
.scroll-view {
overflow-y: auto;
height: auto;
}
.transcriptContent:hover {
background-color:#FFFFFF;
box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.createNewButton:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.addToDocument:hover {
box-shadow: 0 0 11px rgba(0, 0, 128, .4);
}
.recordAudioButton:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.uploadAudioButton:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
body.transcription-pane {
margin: 0px;
}
#container {
height: 100%;
overflow: auto;
}
#shimmerPage {
height: 100%;
width: 100%;
}
@font-face {
font-family: "Bahnschrift Web";
src: url('assets/fonts/Bahnschrift.woff')
}