ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

Feedback.css (689B)


      1 /**
      2  * React Starter Kit (https://www.reactstarterkit.com/)
      3  *
      4  * Copyright © 2014-present Kriasoft, LLC. All rights reserved.
      5  *
      6  * This source code is licensed under the MIT license found in the
      7  * LICENSE.txt file in the root directory of this source tree.
      8  */
      9 
     10 @import '../variables.css';
     11 
     12 .root {
     13   background: #f5f5f5;
     14   color: #333;
     15 }
     16 
     17 .container {
     18   margin: 0 auto;
     19   padding: 20px 8px;
     20   max-width: var(--max-content-width);
     21   text-align: center;
     22   font-size: 1.5em; /* ~24px */
     23 }
     24 
     25 .link,
     26 .link:active,
     27 .link:hover,
     28 .link:visited {
     29   color: #333;
     30   text-decoration: none;
     31 }
     32 
     33 .link:hover {
     34   text-decoration: underline;
     35 }
     36 
     37 .spacer {
     38   padding-right: 15px;
     39   padding-left: 15px;
     40 }