mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
fix: remove unused code, change Turkish name
This commit is contained in:
@@ -41,46 +41,6 @@
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
// ok so if pomodoro is a separate component, why is this in clock?
|
||||
// ^ above note is for alex
|
||||
.pomodoro {
|
||||
margin-top: -20px;
|
||||
@extend %basic;
|
||||
padding: 5px 15px 5px 15px;
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
|
||||
.pomodoroTime {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
|
||||
.timeRemaining {
|
||||
}
|
||||
|
||||
.type {
|
||||
color: #ccc;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
|
||||
.pomodoroControls {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: space-evenly;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
button {
|
||||
@include basicIconButton(5px, 11px, ui);
|
||||
}
|
||||
}
|
||||
|
||||
.new-clock {
|
||||
line-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user