|
|
-
- // Fonts
- @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
-
- // Variables
- @import "variables";
-
- // Bootstrap
- @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
-
- .team {
- display: flex;
- align-items: center;
-
- .team-icon {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 20px;
- margin-right: 10px;
- }
-
- .team-name {
- font-weight: bold;
- }
- }
-
- .profile {
- img {
- width: 40px;
- height: 40px;
- border-radius: 20px;
- border-width: 5px;
- border-style: solid;
- }
-
- span {
-
- }
- }
-
- .player-list {
- ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- margin-bottom: 1em;
- }
- li {
- margin: 0;
- padding: 4px 0;
- }
- }
-
- .tweet-queue {
-
- .tweet {
- border-bottom: 1px #ccc solid;
- padding: 4px;
- cursor:pointer;
-
- .mission {
- font-weight: bold;
- margin-top: 3px;
- }
-
- .text {
- margin-top: 6px;
- font-size: 10px;
- line-height: 12px;
- max-height: 36px;
- overflow: hidden;
- white-space: pre-wrap;
- }
- }
-
- .tweet:hover {
- background: #e4f1f7;
- }
-
- }
|