* First draft - all the big changes * Changing some more references to 'internal' * Relocate internal request tests to admin * Relocate internal system tests to admin * Fix trailing space * Test fix * Move queries from internal to admin * Docs updates * Rename internal stimuls controllers to admin (plus docs) * Rename admin layout * Fix routing after rebase * Fixes for latest added admin interfaces * Serviceworker ignore paths
25 lines
395 B
Text
25 lines
395 B
Text
<style>
|
|
.notefield {
|
|
width: 100%;
|
|
resize: none;
|
|
font-size: 18px;
|
|
height: 50px;
|
|
border-radius: 3px;
|
|
padding: 5px;
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
.email__container {
|
|
border: 1px solid gray;
|
|
margin: 10px;
|
|
padding-left: 50px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.to__subject {
|
|
margin: 5px;
|
|
font-size: 20px;
|
|
color: black;
|
|
text-align: center;
|
|
}
|
|
</style>
|