• This project
    • Loading...
  • Sign in

HyeonJun Jeon / Extended-Calendar

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Extended-Calendar
  • src
  • styles
  • Day.css
  • HyeonJun Jeon's avatar
    [Add] Day calendar · cb07b82b
    cb07b82b
    HyeonJun Jeon authored 2022-06-10 06:25:10 +0900
Day.css 398 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.GridItem[scope="day"] {
  flex-basis: 100px;
  padding: 5px;
}

.GridItem[scope="day"] > span {
  display: none;
}

.GridItem[scope="day"] > .ScheduleItem {
  margin: 3px 0 3px 0;
}

.GridItem[scope="day"] > .ScheduleItem > span {
  line-height: 30px;
  margin: 5px 5px 5px 5px;
  font-size: large;
}

.GridItem[scope="day"] > .ScheduleItem > img {
  width: 30px;
  height: 30px;
  margin: 5px;
}