1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

on Refactor... #2

This commit is contained in:
Rokt33r
2015-08-18 03:46:09 +09:00
parent 23b8b49c00
commit d8cb93fb10
16 changed files with 389 additions and 244 deletions

View File

@@ -194,16 +194,20 @@
margin-top 25px
padding 10px 15px
border-radius 5px
.teamList
.teamList, .memberList
absolute left bottom
top 125px
width 200px
padding 15px
border-right solid 1px borderColor
overflow-y auto
.teamLabel
.teamLabel, .memberLabel
font-size 1.2em
margin-bottom 15px
.teams, .members
li
margin-bottom 10px
font-size 1.1em
.planetList
absolute right bottom
top 125px
@@ -212,7 +216,7 @@
overflow-y auto
.planetLabel
font-size 1.2em
margin-bottom 25px
margin-bottom 15px
.planetGroup
margin-left 15px
.planetGroupLabel
@@ -220,3 +224,5 @@
margin-bottom 15px
.planets
margin-left 15px
li
margin-bottom 10px

View File

@@ -171,7 +171,7 @@
border-radius 5px
marked()
.PlanetCreateModal.modal, .PlanetAddUserModal.modal
.PlanetCreateModal.modal, .TeamCreateModal.modal
padding 60px 0
.nameInput
width 80%